Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
authorJason Skomorowski <jason@indexdata.com>
Fri, 16 May 2014 05:00:11 +0000 (01:00 -0400)
committerJason Skomorowski <jason@indexdata.com>
Fri, 16 May 2014 05:00:11 +0000 (01:00 -0400)
1  2 
src/mkws-core.js

@@@ -542,10 -544,10 +545,10 @@@ mkws.pagerNext = function(tname) 
      }
  
      var then = $.now();
 -    makeWidgetsWithin(1, $(':root'));
 +    makeWidgetsWithin(1, $(rootsel));
      var now = $.now();
  
-     log("Walking MKWS nodes took " + (now-then) + " ms");
+     log("walking MKWS nodes took " + (now-then) + " ms");
  
      /*
        for (var tName in mkws.teams) {