diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:51:35 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 14d62b712cefd8584c343a32f404201af1696122 (patch) | |
| tree | bdcbaa18ef7dc9660364776c9f6bfe5283b11aba /scripts/robot.js | |
| parent | 8b8a6c5e02f9eb350d665cc563607714cee58870 (diff) | |
use non-named module definition
Diffstat (limited to 'scripts/robot.js')
| -rw-r--r-- | scripts/robot.js | 2 |
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|"; |
