aboutsummaryrefslogtreecommitdiff
path: root/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
diff options
context:
space:
mode:
authorAnanya Sen2012-05-02 10:40:10 -0700
committerAnanya Sen2012-05-02 10:40:10 -0700
commit0b3bfc68b49e2f74795d37b0adbd3fdc7b9b4b0a (patch)
treeb658934703f2361f5de527d0056edf13c9bc607f /js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
parenta1eec717b536f2f483983f094bd11bd6aa8f4691 (diff)
downloadninja-0b3bfc68b49e2f74795d37b0adbd3fdc7b9b4b0a.tar.gz
removing format button for now until fully implemented
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html')
-rw-r--r--js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
index 0f335625..1fa0d783 100644
--- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
+++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html
@@ -35,7 +35,6 @@
35 "element": {"#": "viewOptions"}, 35 "element": {"#": "viewOptions"},
36 "codeCompleteCheck":{"@": "codeCompleteCheck"}, 36 "codeCompleteCheck":{"@": "codeCompleteCheck"},
37 "zoomHottext":{"@":"zoomHottext"}, 37 "zoomHottext":{"@":"zoomHottext"},
38 "format":{"#": "format"},
39 "comment":{"#":"comment"}, 38 "comment":{"#":"comment"},
40 "uncomment":{"#":"uncomment"}, 39 "uncomment":{"#":"uncomment"},
41 "themeSelect":{"#":"themeSelect"}, 40 "themeSelect":{"#":"themeSelect"},
@@ -54,7 +53,7 @@
54 <span>Automatic Completion</span> 53 <span>Automatic Completion</span>
55 </div> 54 </div>
56 <div class="floatButtons"> 55 <div class="floatButtons">
57 <button disabled="disabled" id="format" value="format" class="nj-skinned format">Format</button> 56 <!--<button disabled="disabled" id="format" value="format" class="nj-skinned format">Format</button>-->
58 <button id="comment" value="comment" class="nj-skinned format">comment</button> 57 <button id="comment" value="comment" class="nj-skinned format">comment</button>
59 <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button> 58 <button id="uncomment" value="uncomment" class="nj-skinned format">uncomment</button>
60 </div> 59 </div>