diff options
author | Valerio Virgillito | 2012-04-26 13:24:51 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-26 13:24:51 -0700 |
commit | 1ccc4d6dcff232b00763a5a49d7ad7a91f78ad3f (patch) | |
tree | 3d1f74c243cb2d12325ffba3960a63ff627e7e2c /js/document/document-html.js | |
parent | d0893407d35f4e05bbe2fd41c2b70151984fe481 (diff) | |
download | ninja-1ccc4d6dcff232b00763a5a49d7ad7a91f78ad3f.tar.gz |
Fixing the element model and adding get element
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-x | js/document/document-html.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js index b19ca0d0..24eb4f47 100755 --- a/js/document/document-html.js +++ b/js/document/document-html.js | |||
@@ -310,6 +310,12 @@ exports.HtmlDocument = Montage.create(Component, { | |||
310 | } | 310 | } |
311 | }, | 311 | }, |
312 | 312 | ||
313 | GetElementFromPoint: { | ||
314 | value: function(x, y) { | ||
315 | return this._window.getElement(x,y); | ||
316 | } | ||
317 | }, | ||
318 | |||
313 | // Handler for user content main reel. Gets called once the main reel of the template | 319 | // Handler for user content main reel. Gets called once the main reel of the template |
314 | // gets deserialized. | 320 | // gets deserialized. |
315 | // Setting up the currentSelectedContainer to the document body. | 321 | // Setting up the currentSelectedContainer to the document body. |