summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-11 01:51:35 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 14:30:09 +0200
commit14d62b712cefd8584c343a32f404201af1696122 (patch)
treebdcbaa18ef7dc9660364776c9f6bfe5283b11aba /scripts
parent8b8a6c5e02f9eb350d665cc563607714cee58870 (diff)
use non-named module definition
Diffstat (limited to 'scripts')
-rw-r--r--scripts/robot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/robot.js b/scripts/robot.js
index 420b75a7..700e41b6 100644
--- a/scripts/robot.js
+++ b/scripts/robot.js
@@ -1,4 +1,4 @@
-define('robot', ['jquery'], function($) {
+define(['jquery'], function($) {
var sentence="";
/*sentence+=" #Rhizibot is showing you a #tutorial|";