Explorar el Código

Gruntfile: use anonymous define

Herbert Vojčík hace 9 años
padre
commit
b959cbcb05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -79,7 +79,7 @@ module.exports = function (grunt) {
                     mainConfigFile: "config.js",
                     rawText: {
                         "app": "(" + function () {
-                            define("app", ["amber/devel", "amber_devkit/NodeTestRunner"], function (amber) {
+                            define(["amber/devel", "amber_devkit/NodeTestRunner"], function (amber) {
                                 amber.initialize();
                                 amber.globals.NodeTestRunner._main();
                             });