Guest User

Untitled

a guest
Feb 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Message = MBX.JsModel.create("Message", {
  2. iAmAClassAttribute: '',
  3. instanceMethods: {
  4. defaults: {
  5. content: "I'm default content"
  6. },
  7. iAmAnInstanceMethod: function () {
  8. //this.doSomething;
  9. },
  10. beforeCreate: function () {},
  11. afterCreate: function () {}
  12. });
Add Comment
Please, Sign In to add comment