| changeset 433 | e457ec945e50 |
| parent 426 | 05ed0d95a511 |
| child 647 | eaaa1efce396 |
--- 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.$('<div>').html(_result.snippet).text();