Package .js library file into plugin

This commit is contained in:
pTalanov
2012-05-22 17:20:50 +04:00
parent c7c4a4bd39
commit 6a24d0cf6d
4 changed files with 28 additions and 13 deletions
+1 -2
View File
@@ -353,8 +353,7 @@ var Kotlin;
});
Kotlin.parseInt =
function (str) {
Kotlin.parseInt = function (str) {
return parseInt(str, 10);
}
;