equal
deleted
inserted
replaced
1 /* TODO: Separate Project-specific data from Source */ |
1 /* TODO: Separate Project-specific data from Source */ |
2 |
2 |
3 /* model.js is where data is stored in a standard form, whatever the serializer */ |
3 /* model.js is where data is stored in a standard form, whatever the serializer */ |
4 |
|
5 if (typeof IriSP == "undefined") { |
|
6 IriSP = {}; |
|
7 } |
|
8 |
4 |
9 (function (ns) { |
5 (function (ns) { |
10 |
6 |
11 var Model = { |
7 var Model = { |
12 _SOURCE_STATUS_EMPTY : 0, |
8 _SOURCE_STATUS_EMPTY : 0, |