diff options
Diffstat (limited to 'js/models')
-rwxr-xr-x | js/models/element-model.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/models/element-model.js b/js/models/element-model.js index c9fb58d8..76f15b21 100755 --- a/js/models/element-model.js +++ b/js/models/element-model.js | |||
@@ -49,6 +49,12 @@ var getInfoForElement = function(el) { | |||
49 | isShape = true; | 49 | isShape = true; |
50 | } | 50 | } |
51 | 51 | ||
52 | if(el.nodeName.toLowerCase() === "ninja-content") { | ||
53 | elementName = "body"; | ||
54 | controller = elementNameToController(elementName); | ||
55 | pi = elementNameToPi(elementName); | ||
56 | } | ||
57 | |||
52 | // TODO: Add this in case there is no controller for the component | 58 | // TODO: Add this in case there is no controller for the component |
53 | /* | 59 | /* |
54 | if(el.getAttribute("data-montage-id")) { | 60 | if(el.getAttribute("data-montage-id")) { |