Skip to content

Commit

Permalink
Rely on native's JSON, drop JSON2 depencendy.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorciki committed Feb 20, 2014
1 parent f1f83b9 commit ce96483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
define: false, process: false, window: false */
define([
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
'handlebars', 'underscore', 'hbs/i18nprecompile', 'json2'
'handlebars', 'underscore', 'hbs/i18nprecompile'
//>>excludeEnd('excludeHbs')
], function (
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
Handlebars, _, precompile, JSON
Handlebars, _, precompile
//>>excludeEnd('excludeHbs')
) {
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
Expand Down

0 comments on commit ce96483

Please sign in to comment.