KT-3008 Minor refactoring and clean up

This commit is contained in:
Alexey Andreev
2016-04-22 16:36:20 +03:00
parent b090b79d92
commit 64cd0b70d7
8 changed files with 220 additions and 196 deletions
+2
View File
@@ -1,4 +1,6 @@
var stdlib = module.exports;
var mergedRoot = Kotlin;
for (var propertyName in stdlib) {
Kotlin[propertyName] = stdlib[propertyName];
}
-2
View File
@@ -1,2 +0,0 @@
var builtins = module.exports;
delete Kotlin.modules.kotlin;
-2
View File
@@ -1,2 +0,0 @@
var stdlib = module.exports;
delete Kotlin.modules.kotlin;