diff options
Diffstat (limited to 'js/document/templates')
-rw-r--r-- | js/document/templates/montage-html/main.reel/main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/document/templates/montage-html/main.reel/main.js b/js/document/templates/montage-html/main.reel/main.js index ee23e844..6c141108 100644 --- a/js/document/templates/montage-html/main.reel/main.js +++ b/js/document/templates/montage-html/main.reel/main.js | |||
@@ -45,11 +45,5 @@ exports.Main = Montage.create(Component, { | |||
45 | document.body.dispatchEvent( newEvent ); | 45 | document.body.dispatchEvent( newEvent ); |
46 | 46 | ||
47 | } | 47 | } |
48 | }, | ||
49 | |||
50 | location: { | ||
51 | value:null, | ||
52 | enumerable:false | ||
53 | } | 48 | } |
54 | |||
55 | }); \ No newline at end of file | 49 | }); \ No newline at end of file |