JS: use one tag for inlining

This commit is contained in:
Alexey Tsvetkov
2015-03-10 15:51:20 +03:00
parent e83b253b3e
commit c7e8f52faf
9 changed files with 153 additions and 145 deletions
@@ -475,7 +475,7 @@ var Kotlin = {};
Object.defineProperty(Kotlin.modules, id, {value: declaration});
};
Kotlin.defineInlineFunction = function(startTag, fun, metadataArgs) {
Kotlin.defineInlineFunction = function(tag, fun) {
return fun;
};