UNPKG
oboe.js-demo
Version:
latest (0.0.0-236)
0.0.0-236
0.0.0-234
A website for Oboe.js
github.com/jimhigson/oboe.js-website
jimhigson/oboe.js-website
oboe.js-demo
/
statics
/
js
/
demo
/
view
/
RelayView.js
6 lines
(5 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
var
RelayView = extend(ThingView, function(subject, demoView){ ThingView.apply(
this
,arguments);
this
.initDomFromTemplate(
'places'
,
'tower'
, subject.name);
this
.moveTo(subject.locations.
where
); });