mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-16 07:09:40 +02:00
typo.
This commit is contained in:
parent
4e999b52af
commit
f81c15d044
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user