console module naming changed to "-"

This commit is contained in:
Vladimir Enchev
2014-05-15 09:25:32 +03:00
parent e8d3669d98
commit 056d43089f
5 changed files with 8 additions and 8 deletions

View File

@ -90,13 +90,7 @@
<TypeScriptCompile Include="console\console.ts">
<DependentUpon>console.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="console\console_helper.android.ts">
<DependentUpon>console_helper.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="console\console_helper.d.ts" />
<TypeScriptCompile Include="console\console_helper.ios.ts">
<DependentUpon>console_helper.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="console\console-helper.d.ts" />
<TypeScriptCompile Include="declarations.d.ts" />
<TypeScriptCompile Include="declarations.android.d.ts">
<DependentUpon>declarations.d.ts</DependentUpon>
@ -193,6 +187,12 @@
<DependentUpon>timer.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="Tests\local_settings_tests.ts" />
<TypeScriptCompile Include="console\console-helper.android.ts">
<DependentUpon>console-helper.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="console\console-helper.ios.ts">
<DependentUpon>console-helper.d.ts</DependentUpon>
</TypeScriptCompile>
<Content Include="image\Readme.md" />
<TypeScriptCompile Include="localsettings\index.ts" />
<TypeScriptCompile Include="localsettings\local_settings.android.ts">

View File

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