UNPKG

oboe.js-demo

Version:
6 lines (5 loc) 210 B
var RelayView = extend(ThingView, function(subject, demoView){ ThingView.apply(this,arguments); this.initDomFromTemplate( 'places', 'tower', subject.name); this.moveTo(subject.locations.where); });