Skip to content

Instantly share code, notes, and snippets.

@kavitshah8
Last active August 29, 2015 14:14
Show Gist options
  • Save kavitshah8/5af875734e2bc1a3d985 to your computer and use it in GitHub Desktop.
Save kavitshah8/5af875734e2bc1a3d985 to your computer and use it in GitHub Desktop.
InvalidArgument (possibly)
var Bar = Ember.Object.extend({
unknownProperty: function(p) {
// unknownProperty: function(key) {
console.log("Bar tried: "+key);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment