1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-16 15:19:46 +02:00
This commit is contained in:
Kushagra Gour 2016-12-29 16:40:53 +05:30
parent 4e999b52af
commit f81c15d044

View File

@ -566,7 +566,7 @@ settingsBtn, onboardModal, notificationsBtn */
trackEvent('fn', 'usingPreview'); trackEvent('fn', 'usingPreview');
} }
function errorHandler() { console.utils.log(arguments); } function errorHandler() { utils.log(arguments); }
window.webkitRequestFileSystem(window.TEMPORARY, 1024 * 1024 * 5, function(fs){ window.webkitRequestFileSystem(window.TEMPORARY, 1024 * 1024 * 5, function(fs){
fs.root.getFile('preview.html', { create: true }, function(fileEntry) { fs.root.getFile('preview.html', { create: true }, function(fileEntry) {