Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created February 16, 2015 21:57
Show Gist options
  • Save atduskgreg/ca0e29e99154c4d33891 to your computer and use it in GitHub Desktop.
Save atduskgreg/ca0e29e99154c4d33891 to your computer and use it in GitHub Desktop.
import Ember from "ember";
Foo = Ember.Object.create({
// define foo
});
Foo.reopen({
myBoundFunc : function(){
}.property("boundProperty")
});
export {Foo}; // this doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment