Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Last active December 15, 2015 03:39
Show Gist options
  • Save vadimdemedes/5195494 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5195494 to your computer and use it in GitHub Desktop.
var album = new Chute.API.Album({ album: 'ALBUM_SHORTCUT' });
album.assets({ success: function(assets){
_(assets).forEach(function(asset){
// asset is an instance of Chute.API.Asset
});
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment