summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/browser-prefix.js
diff options
context:
space:
mode:
authorKevin Decker <kpdecker@gmail.com>2013-05-31 12:37:16 -0700
committerKevin Decker <kpdecker@gmail.com>2013-05-31 12:37:16 -0700
commitcaded1d06b4d38e1bd948c1df5ecdf15c2ebe468 (patch)
tree9394a4b6b35728987c8ccfb8952307afd370ff1b /lib/handlebars/browser-prefix.js
parente6b6ae8fdb39be2d188d1b084add7e894057c5bc (diff)
parentefca3c8ef5665fe3cf2802f866db0c73755824e0 (diff)
downloadhandlebars.js-caded1d06b4d38e1bd948c1df5ecdf15c2ebe468.zip
handlebars.js-caded1d06b4d38e1bd948c1df5ecdf15c2ebe468.tar.gz
handlebars.js-caded1d06b4d38e1bd948c1df5ecdf15c2ebe468.tar.bz2
Merge pull request #537 from spikebrehm/support-all-the-modules
Support AMD and CommonJS out of the box
Diffstat (limited to 'lib/handlebars/browser-prefix.js')
-rw-r--r--lib/handlebars/browser-prefix.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/handlebars/browser-prefix.js b/lib/handlebars/browser-prefix.js
index 138467d..a8f1722 100644
--- a/lib/handlebars/browser-prefix.js
+++ b/lib/handlebars/browser-prefix.js
@@ -1,3 +1,2 @@
-var Handlebars = {};
-
-(function(Handlebars, undefined) {
+(function(undefined) {
+ var Handlebars = {};