Skip to content

Jails 1.4 ( Theseus )

Compare
Choose a tag to compare
@Javiani Javiani released this 20 Jun 01:12
  • Code refactory ( Protototyped based inheritance )
  • Removing .off() method, it's now a returned function from called .on() method.
  • Added unsubscribe on pub/sub, it's now a returned function from subscribe() method.
  • Exposed .App(), Component(), Controller classes.
  • Improving destroy
  • Publishing jails:ready
  • Deprecated .x() method, replaced by .get()j

.get() implementation

//...
this.get('component', 'submitter')

or can be used as x.() explicit implementation

this.get('[data-component*=submitter'])