Skip to content

Instantly share code, notes, and snippets.

@jtaby
Created March 27, 2010 17:44
Show Gist options
  • Save jtaby/346248 to your computer and use it in GitHub Desktop.
Save jtaby/346248 to your computer and use it in GitHub Desktop.
var q = SC.Query.local(YouTube.Video, "playlist_id="+playlist_id,{ parameters: opts });
// var q = SC.Query.local(YouTube.Video,{ params: opts });
var entries = UQ.store.find(q);
UQ.queueController.set('content',entries);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment