+ renaming module JSData_ to JSData since it is possible to declare var and module with the same name

This commit is contained in:
reppners
2015-03-04 09:09:27 +01:00
parent eec429264e
commit 5f2cc5b966
6 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
///////////////////////////////////////////////////////////////////////////////
// defining what exists in JSData and how it looks
declare module JSData_ {
declare module JSData {
interface JSDataPromise<R> extends Promise<R> {
@@ -398,8 +398,8 @@ declare module JSData_ {
// declaring the existing global js object
declare var JSData:{
DS: JSData_.DS;
DSErrors: JSData_.DSErrors;
DS: JSData.DS;
DSErrors: JSData.DSErrors;
};
//Support node require