Skip to content

Commit

Permalink
remove ecma6 line
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 29, 2017
1 parent d939ae7 commit 21ebc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/colormyworld.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ define(["activity/ol","util","print","l10n/l10n",],function(ol,util,print,l10n){
me.set_background(state['cmw_bg'])

print("sleeping 2000");
me.sleep(2000).then(()=>{
//me.sleep(2000).then(function(){
// me.sleep(2000).then(()=>{
me.sleep(2000).then(function(){
print("continuing");
dummy=me.loopOverAllFeatures("set",state['features']);
me.updateTitle();
Expand Down

0 comments on commit 21ebc5e

Please sign in to comment.