Commit e468c03e authored by Sven Franck's avatar Sven Franck

JSLinted erp5storage

parent ae26852d
......@@ -341,9 +341,9 @@
.then(function (catalog_json) {
var i, uri, item,
result = [],
promise_list = [result];
promise_list = [result],
data = catalog_json._embedded.contents,
count = data.length,
count = data.length;
for (i = 0; i < count; i += 1) {
item = data[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment