From: Robert Konigsberg Date: Sun, 8 Jan 2012 07:09:13 +0000 (-0500) Subject: Editor title description. X-Git-Tag: v1.0.0~359 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=3faa59c9757fa60fc97c54e8e7152570c8b6515a;p=dygraphs.git Editor title description. --- diff --git a/experimental/palette/palette.js b/experimental/palette/palette.js index 86db6da..ba55bc9 100644 --- a/experimental/palette/palette.js +++ b/experimental/palette/palette.js @@ -100,7 +100,7 @@ Palette.prototype.create = function(document, parentElement) { inputValue = opts[opt].type + "{\n\n}"; } var textarea = new TextArea(); - textarea.show("enter function", inputValue); + textarea.show("Function for " + opt, inputValue); textarea.okCallback = function(value) { if (value != inputValue) { entry.functionString = value;