From 1d209248ef038d3cbd2ea81b2ff3a070db4e01c3 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 6 Mar 2014 20:27:59 -0800 Subject: [PATCH] Remove obsolete __VERSION__ references --- grunt/config/jsx.js | 4 +--- src/.jshintrc | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/grunt/config/jsx.js b/grunt/config/jsx.js index a0302d9f27..acafefb4af 100644 --- a/grunt/config/jsx.js +++ b/grunt/config/jsx.js @@ -14,9 +14,7 @@ var normal = { getConfig: function() { return { commonerConfig: grunt.config.data.pkg.commonerConfig, - constants: { - __VERSION__: grunt.config.data.pkg.version - } + constants: {} }; }, sourceDir: "src", diff --git a/src/.jshintrc b/src/.jshintrc index c6f0e72cf2..cec2bebcc2 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -23,7 +23,6 @@ "unused": "vars", "globals": { - "__VERSION__": false, "__DEV__": false, "require": false, "module": false,