Skip to content

Instantly share code, notes, and snippets.

@jimdalbano
Created March 3, 2013 20:03
Show Gist options
  • Save jimdalbano/5078037 to your computer and use it in GitHub Desktop.
Save jimdalbano/5078037 to your computer and use it in GitHub Desktop.
App.Photo.reopenClass({
getRecent: function(query) {
var query = this._query(query), results;
query.method = 'flickr.photos.getRecent';
return this.find(this._query(query));
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment