aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/tag-properties.reel')
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.html8
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html
index a69ea94e..8480bef2 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.html
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
@@ -55,9 +55,9 @@ POSSIBILITY OF SUCH DAMAGE.
55 "customLabel": {"#": "customContainer"} 55 "customLabel": {"#": "customContainer"}
56 } 56 }
57 } 57 }
58 } 58 }
59 </script> 59 </script>
60 60
61 </head> 61 </head>
62 62
63 <body> 63 <body>
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.js b/js/components/tools-properties/tag-properties.reel/tag-properties.js
index ce122681..58d70105 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.js
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.js
@@ -74,7 +74,7 @@ var TagProperties = exports.TagProperties = Montage.create(ToolProperties, {
74 value: function() { 74 value: function() {
75 this.customName.style["display"] = "none"; 75 this.customName.style["display"] = "none";
76 this.customLabel.style["display"] = "none"; 76 this.customLabel.style["display"] = "none";
77 77
78 this.divElement.addEventListener("click", this, false); 78 this.divElement.addEventListener("click", this, false);
79 this.imageElement.addEventListener("click", this, false); 79 this.imageElement.addEventListener("click", this, false);
80 this.videoElement.addEventListener("click", this, false); 80 this.videoElement.addEventListener("click", this, false);