KT-3008 Merge JS runtime modules in one kotlin.js

This commit is contained in:
Alexey Andreev
2016-04-12 16:30:40 +03:00
parent b556b6efca
commit 0cfacfa44a
25 changed files with 119 additions and 113 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ var JsTests = (function () {
var init = function () {
init = function() {};
Kotlin.modules["JS_TESTS"].kotlin.test.init();
kotlin.modules.JS_TESTS.kotlin.test.init();
};
var test = function (testName, testFun) {