client/js/list-bin.js
changeset 433 e457ec945e50
parent 426 05ed0d95a511
child 647 eaaa1efce396
--- a/client/js/list-bin.js	Fri Apr 24 18:02:09 2015 +0200
+++ b/client/js/list-bin.js	Sat Apr 25 04:13:53 2015 +0200
@@ -22,7 +22,7 @@
     var _html = "",
         _this = this,
         count = 0;
-    Rkns._(this.data).each(function(_item) {
+    Rkns._.each(this.data,function(_item) {
         var _element;
         if (typeof _item === "string") {
             if (/^(https?:\/\/|www)/.test(_item)) {