formatting
authorRobert Konigsberg <konigsberg@gmail.com>
Thu, 27 Dec 2012 22:32:44 +0000 (17:32 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Thu, 27 Dec 2012 22:32:44 +0000 (17:32 -0500)
experimental/palette/palette.js

index d7c7cab..e69b086 100644 (file)
@@ -100,9 +100,9 @@ Palette.prototype.create = function(document, parentElement) {
                if (inputValue == null || inputValue.length == 0) {
                  inputValue = opts[opt].type + "{\n\n}";
                }
-              var textarea = new TextArea();
-              textarea.show(opt, inputValue);
-              textarea.okCallback = function(value) {
+                    var textarea = new TextArea();
+                    textarea.show(opt, inputValue);
+                    textarea.okCallback = function(value) {
                  if (value != inputValue) {
                    entry.functionString = value;
                    entry.input.textContent = value ? "defined" : "not defined";