Added the waitUntilReady in TKUnit. Updated the location_tests to use the new functionality.

This commit is contained in:
atanasovg
2014-05-14 14:20:16 +03:00
parent d57abd88c4
commit ed7ea974bf
3 changed files with 73 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
declare var setTimeout, clearTimeout, setInterval, clearInterval;
declare var setTimeout, clearTimeout, setInterval, clearInterval, console;
import timer = require("timer/timer");
import consoleModule = require("console/console");