implemented one billion hacks to make life example work

This commit is contained in:
Pavel Talanov
2012-02-05 15:36:49 +04:00
parent 1b594d8181
commit 6b23bd1ac8
+1
View File
@@ -475,6 +475,7 @@
result.compare = function(el1, el2) {
return f(el1, el2);
};
return result;
};
Kotlin.collectionsMax = function (col, comp) {