Skip to content

Commit

Permalink
Update OnDemandList.js
Browse files Browse the repository at this point in the history
Correct for level 0
  • Loading branch information
thp13123 authored and Kenneth G. Franqueiro committed Sep 27, 2013
1 parent 9f24f2b commit 6d5e772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnDemandList.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ return declare([List, _StoreMixin], {
innerNode.innerHTML = grid.loadingMessage;
loadingNode.count = count;
// use the query associated with the preload node to get the next "page"
if(preload.query.level){
if("level" in preload.query){
options.queryLevel = preload.query.level;
}

Expand Down

0 comments on commit 6d5e772

Please sign in to comment.