| changeset 74 | c059efca2d7a |
| parent 73 | cc9deb3b3e13 |
| child 75 | 7adef9ce92aa |
--- a/client/js/list-bin.js Wed Mar 13 10:19:24 2013 +0100 +++ b/client/js/list-bin.js Wed Mar 13 10:24:23 2013 +0100 @@ -31,7 +31,8 @@ var _html = "", _this = this, count = 0; - Rkns._(this.data).each(function(_element) { + Rkns._(this.data).each(function(_item) { + var _element = (typeof _item === "string" ? { url: _item } : _item) var title = _element.title || _element.url || "", url = _element.url || "", description = _element.description || "",