diff -r 24754fe4baaf -r e457ec945e50 client/js/wikipedia-bin.js --- a/client/js/wikipedia-bin.js Fri Apr 24 18:02:09 2015 +0200 +++ b/client/js/wikipedia-bin.js Sat Apr 25 04:13:53 2015 +0200 @@ -54,7 +54,7 @@ var _html = "", _this = this, count = 0; - Rkns._(this.data.query.search).each(function(_result) { + Rkns._.each(this.data.query.search, function(_result) { var title = _result.title, url = "http://" + _this.lang + ".wikipedia.org/wiki/" + encodeURI(title.replace(/ /g,"_")), description = Rkns.$('
').html(_result.snippet).text();