diff options
author | Spike Brehm <ocelot@gmail.com> | 2013-05-27 11:22:25 -0700 |
---|---|---|
committer | Spike Brehm <ocelot@gmail.com> | 2013-05-27 11:22:25 -0700 |
commit | efca3c8ef5665fe3cf2802f866db0c73755824e0 (patch) | |
tree | bf33248d5d4a230421545e1e5002e2ad25f9b315 /lib/handlebars/browser-prefix.js | |
parent | 5f349913aa1e3efebcd0a6835d33161c7c81d7a9 (diff) | |
download | handlebars.js-efca3c8ef5665fe3cf2802f866db0c73755824e0.zip handlebars.js-efca3c8ef5665fe3cf2802f866db0c73755824e0.tar.gz handlebars.js-efca3c8ef5665fe3cf2802f866db0c73755824e0.tar.bz2 |
Support AMD and CommonJS out of the box
Diffstat (limited to 'lib/handlebars/browser-prefix.js')
-rw-r--r-- | lib/handlebars/browser-prefix.js | 5 |
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 = {}; |