UNPKG

oboe.js-demo

Version:
10 lines (6 loc) 240 B
var ServerView = extend(ThingView, function(subject, demoView){ ThingView.apply(this,arguments); this.initDomFromTemplate( 'places', 'server', subject.name); this.moveTo( subject.locations.where ); this.writeLabel(); });