diff --git a/src/script.js b/src/script.js index 2953f4f..83b192c 100644 --- a/src/script.js +++ b/src/script.js @@ -566,7 +566,7 @@ settingsBtn, onboardModal, notificationsBtn */ trackEvent('fn', 'usingPreview'); } - function errorHandler() { console.utils.log(arguments); } + function errorHandler() { utils.log(arguments); } window.webkitRequestFileSystem(window.TEMPORARY, 1024 * 1024 * 5, function(fs){ fs.root.getFile('preview.html', { create: true }, function(fileEntry) {