From f81c15d044f312765a3541d8fdb3b6dfcb0298ff Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 29 Dec 2016 16:40:53 +0530 Subject: [PATCH] typo. --- src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {