diff options
author | Jose Antonio Marquez | 2012-06-12 09:47:52 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-12 09:47:52 -0700 |
commit | 5a46f92f3127f7cc7870f125e8da2b44c2891fd0 (patch) | |
tree | 5604e15409ade61bf8b68bf0a5a2401edff1a0ee /js/document/models/base.js | |
parent | 19c77d87df72a85345e527d790878fc65eca189a (diff) | |
parent | 6854a72504f57903bd5de003e377f2aefb02d0da (diff) | |
download | ninja-5a46f92f3127f7cc7870f125e8da2b44c2891fd0.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into TempPromptUI
Diffstat (limited to 'js/document/models/base.js')
-rwxr-xr-x | js/document/models/base.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/document/models/base.js b/js/document/models/base.js index 0fd609c3..8ff52132 100755 --- a/js/document/models/base.js +++ b/js/document/models/base.js | |||
@@ -66,6 +66,9 @@ exports.BaseDocumentModel = Montage.create(Component, { | |||
66 | _selection: { | 66 | _selection: { |
67 | value: [] | 67 | value: [] |
68 | }, | 68 | }, |
69 | domContainer: { | ||
70 | value: null | ||
71 | }, | ||
69 | //////////////////////////////////////////////////////////////////// | 72 | //////////////////////////////////////////////////////////////////// |
70 | // | 73 | // |
71 | selection: { | 74 | selection: { |