diff options
author | Valerio Virgillito | 2012-04-26 17:05:45 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-26 17:05:45 -0700 |
commit | a0e730636083eff0c757cd9e16698e3b8e0066c1 (patch) | |
tree | 22f1f1ff503f077e9c17b6b6784a0b766bd3596c /js/document/models | |
parent | 238586be0df568c6804268d97bf9d3ef7cd33fda (diff) | |
download | ninja-a0e730636083eff0c757cd9e16698e3b8e0066c1.tar.gz |
Fixed the stage border and layout in the new template
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/models')
-rwxr-xr-x | js/document/models/base.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/document/models/base.js b/js/document/models/base.js index 8925fc40..f237e793 100755 --- a/js/document/models/base.js +++ b/js/document/models/base.js | |||
@@ -25,6 +25,14 @@ exports.BaseDocumentModel = Montage.create(Montage, { | |||
25 | _name: { | 25 | _name: { |
26 | value: null | 26 | value: null |
27 | }, | 27 | }, |
28 | |||
29 | _isActive: { | ||
30 | value: null | ||
31 | }, | ||
32 | |||
33 | _needsSave: { | ||
34 | value: null | ||
35 | }, | ||
28 | //////////////////////////////////////////////////////////////////// | 36 | //////////////////////////////////////////////////////////////////// |
29 | // | 37 | // |
30 | njdata: { | 38 | njdata: { |