JS backend: minor -- dropped some no longer necessary code.

This commit is contained in:
Zalim Bashorov
2014-03-07 15:21:43 +04:00
parent a3cd1bbfda
commit 3455f6adcd
3 changed files with 8 additions and 13 deletions
-5
View File
@@ -622,8 +622,3 @@ String.prototype.contains = function (s) {
return obj1;
};
})();
Kotlin.assignOwner = function (f, o) {
f.o = o;
return f;
};