Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created August 4, 2012 21:53
Show Gist options
  • Save hampelm/3260222 to your computer and use it in GitHub Desktop.
Save hampelm/3260222 to your computer and use it in GitHub Desktop.
if(options.query != undefined) {
this.pages = new LW.collections.Pages(options.query);
}else {
this.pages = new LW.collections.Pages();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment