Fix: isWarm

This commit is contained in:
eight 2017-11-01 08:49:45 +08:00
parent 9dddbbba9f
commit 534803ccfd

View File

@ -6,7 +6,7 @@
'use strict'; 'use strict';
function createSourceEditor(style) { function createSourceEditor(style) {
// a flag for isWorking() // a flag for isWarm()
let hadBeenSaved = false; let hadBeenSaved = false;
// draw HTML // draw HTML