aboutsummaryrefslogtreecommitdiff
path: root/js/components/prompt.reel/prompt.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/prompt.reel/prompt.js')
-rw-r--r--js/components/prompt.reel/prompt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/prompt.reel/prompt.js b/js/components/prompt.reel/prompt.js
index 382502bf..bb2c87dd 100644
--- a/js/components/prompt.reel/prompt.js
+++ b/js/components/prompt.reel/prompt.js
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
33var Montage = require("montage/core/core").Montage, 33var Montage = require("montage/core/core").Montage,
34 Component = require("montage/ui/component").Component; 34 Component = require("montage/ui/component").Component;
35//////////////////////////////////////////////////////////////////////// 35////////////////////////////////////////////////////////////////////////
36// 36//
37exports.NinjaPrompt = Montage.create(Component, { 37exports.NinjaPrompt = Montage.create(Component, {
38 //////////////////////////////////////////////////////////////////// 38 ////////////////////////////////////////////////////////////////////
39 //TODO: This should have an UI template eventually 39 //TODO: This should have an UI template eventually