Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created May 31, 2012 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/2845017 to your computer and use it in GitHub Desktop.
Save oostendo/2845017 to your computer and use it in GitHub Desktop.
Frame = require("models/frame")
function Frame() {
this.parse = __bind(this.parse, this);
Frame.__super__.constructor.apply(this, arguments);
}
f = new Frame({ "id": "4fc7a8044f21553da2000092"})
Frame
f.fetch()
Object
feat = f.get("features").at(0)
Feature
feat.getPlugin("face")
undefined
feat.getPlugin("FaceFeature")
undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment