UNPKG
autograph
Version:
latest (0.1.5)
0.1.5
0.1.0
A visual data routing automation tool.
github.com/jbeuckm/AutoGraph
jbeuckm/AutoGraph
autograph
/
src
/
collections
/
WireCollection.js
8 lines
(5 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
define
([
'models/WireModel'
],
function
(
WireModel
) {
return
Backbone
.
Collection
.
extend
({
model
:
WireModel
}); });