Skip to content

Commit 21ebc5e

Browse files
author
root
committed
remove ecma6 line
1 parent d939ae7 commit 21ebc5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/colormyworld.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ define(["activity/ol","util","print","l10n/l10n",],function(ol,util,print,l10n){
125125
me.set_background(state['cmw_bg'])
126126

127127
print("sleeping 2000");
128-
me.sleep(2000).then(()=>{
129-
//me.sleep(2000).then(function(){
128+
// me.sleep(2000).then(()=>{
129+
me.sleep(2000).then(function(){
130130
print("continuing");
131131
dummy=me.loopOverAllFeatures("set",state['features']);
132132
me.updateTitle();

0 commit comments

Comments
 (0)