From bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 26 Apr 2012 16:23:59 -0700 Subject: Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully --- js/components/ui/color-chip.reel/color-chip.html | 5 ++--- js/components/ui/file-input.reel/file-input.html | 5 ++--- js/components/ui/icon-list-basic/icon.reel/icon.html | 5 ++--- .../ui/icon-list-basic/iconsList.reel/iconsList.html | 11 ++++------- js/components/ui/input-group.reel/input-group.html | 14 +++++--------- .../ui/property-control.reel/property-control.html | 8 +++----- js/components/ui/tree-basic/tree.reel/tree.html | 11 ++++------- js/components/ui/tree-basic/treeItem.reel/treeItem.html | 5 ++--- 8 files changed, 24 insertions(+), 40 deletions(-) (limited to 'js/components/ui') diff --git a/js/components/ui/color-chip.reel/color-chip.html b/js/components/ui/color-chip.reel/color-chip.html index a365d775..8f10092d 100755 --- a/js/components/ui/color-chip.reel/color-chip.html +++ b/js/components/ui/color-chip.reel/color-chip.html @@ -1,4 +1,4 @@ - + -
- -
- -
- +
+
+
+ +
- \ No newline at end of file diff --git a/js/components/ui/file-input.reel/file-input.html b/js/components/ui/file-input.reel/file-input.html index 0c3c465e..735f970c 100755 --- a/js/components/ui/file-input.reel/file-input.html +++ b/js/components/ui/file-input.reel/file-input.html @@ -22,9 +22,9 @@ -
- - +
+ +
\ No newline at end of file diff --git a/js/components/ui/input-group.reel/input-group.html b/js/components/ui/input-group.reel/input-group.html index 4cdb4e69..ba85c089 100755 --- a/js/components/ui/input-group.reel/input-group.html +++ b/js/components/ui/input-group.reel/input-group.html @@ -65,9 +65,9 @@ -
-
-
+
+
+
diff --git a/js/components/ui/property-control.reel/property-control.html b/js/components/ui/property-control.reel/property-control.html index d85cb0e3..0535ea5f 100755 --- a/js/components/ui/property-control.reel/property-control.html +++ b/js/components/ui/property-control.reel/property-control.html @@ -28,10 +28,10 @@ -
-
-
-
+
+
+
+
-- cgit v1.2.3 From 6cc9ba557dd47f407acc6b7f7527f5f2df61b362 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Thu, 3 May 2012 11:31:09 -0700 Subject: use data-montage-id instead of id in template Signed-off-by: Ananya Sen Conflicts: js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html Signed-off-by: Ananya Sen --- js/components/ui/icon-list-basic/icon.reel/icon.html | 6 +++--- js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | 6 +++--- js/components/ui/tree-basic/tree.reel/tree.html | 6 +++--- js/components/ui/tree-basic/treeItem.reel/treeItem.html | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'js/components/ui') diff --git a/js/components/ui/icon-list-basic/icon.reel/icon.html b/js/components/ui/icon-list-basic/icon.reel/icon.html index f2406566..2ad5885a 100755 --- a/js/components/ui/icon-list-basic/icon.reel/icon.html +++ b/js/components/ui/icon-list-basic/icon.reel/icon.html @@ -22,9 +22,9 @@ -
-
-
+
+
+
\ No newline at end of file diff --git a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html index 35260527..05d3ea7d 100755 --- a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html +++ b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html @@ -55,9 +55,9 @@ -
-
-
+
+
+
diff --git a/js/components/ui/tree-basic/tree.reel/tree.html b/js/components/ui/tree-basic/tree.reel/tree.html index f0c51fcc..1144b563 100755 --- a/js/components/ui/tree-basic/tree.reel/tree.html +++ b/js/components/ui/tree-basic/tree.reel/tree.html @@ -65,9 +65,9 @@ -
-
    -
  • +
    +
      +
    diff --git a/js/components/ui/tree-basic/treeItem.reel/treeItem.html b/js/components/ui/tree-basic/treeItem.reel/treeItem.html index 9b8cb1ea..c5cdc533 100755 --- a/js/components/ui/tree-basic/treeItem.reel/treeItem.html +++ b/js/components/ui/tree-basic/treeItem.reel/treeItem.html @@ -23,12 +23,12 @@ -
  • - +
  • +
    - +
    - +
  • \ No newline at end of file -- cgit v1.2.3