Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ccosse committed Jun 29, 2017
1 parent 384345f commit 8fb7d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colormyworld.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ define(["activity/ol","util","print","l10n/l10n","colorcfg"],function(ol,util,pr

//delete(me.current_feature);
me.current_feature=null;

console.log("me.mode=",me.mode);
if(me.mode==TOUR){
if(true)print("check_feature setting timeout for pan_zoom_home");
me.last_timeout=window.setTimeout(me.pan_zoom_home,1*me.DELAY);
Expand Down

0 comments on commit 8fb7d07

Please sign in to comment.