From ce9648399dcc2bc07dc9d9ec940b3e92bd1b0e34 Mon Sep 17 00:00:00 2001 From: Aitor Guevara Escalante Date: Thu, 20 Feb 2014 19:02:14 +0100 Subject: [PATCH] Rely on native's JSON, drop JSON2 depencendy. --- hbs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbs.js b/hbs.js index c2e53c4..5dfed00 100755 --- a/hbs.js +++ b/hbs.js @@ -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)