Renamed image-impl to image-native. Renamed console-helper to console-native.

This commit is contained in:
atanasovg
2014-05-15 11:33:53 +03:00
parent 6264f82f85
commit 4f791e5c31
9 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import helperModule = require("console/console-helper");
import helperModule = require("console/console-native");
export class Console {
private _timers: any;