aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/input-group.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-10 14:51:31 -0700
committerEric Guzman2012-05-10 14:51:31 -0700
commit39f23ad4868482f395d2e210490a2d73545a9d84 (patch)
treec702d67585f72cddf55932411e7100133bc58452 /js/components/ui/input-group.reel
parent733e16b55a6de807cdbb60b0f2cea36fc1619fd4 (diff)
parent632a53278826a33506b302b573ee0681840f2d6c (diff)
downloadninja-39f23ad4868482f395d2e210490a2d73545a9d84.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html
Diffstat (limited to 'js/components/ui/input-group.reel')
-rwxr-xr-xjs/components/ui/input-group.reel/input-group.html6
1 files changed, 3 insertions, 3 deletions
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 @@
65 </script> 65 </script>
66</head> 66</head>
67<body> 67<body>
68 <div id="inputRow" class="inputRow" style="-webkit-user-select: none;"> 68 <div data-montage-id="inputRow" class="inputRow" style="-webkit-user-select: none;">
69 <div id="inputList"> 69 <div data-montage-id="inputList">
70 <div id="inputPair"></div> 70 <div data-montage-id="inputPair"></div>
71 </div> 71 </div>
72 </div> 72 </div>
73</body> 73</body>