From 14d62b712cefd8584c343a32f404201af1696122 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 11 Nov 2014 01:51:35 +0200 Subject: use non-named module definition --- scripts/robot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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|"; -- cgit v1.3.1