From 2ae25638d5d9c6ac21694277fdd4c9ad29ba8c02 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 b3263e5..7670a97 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)