diff -r 24754fe4baaf -r e457ec945e50 client/js/list-bin.js --- 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)) {