From 1e61f501dc2e792afefc2553c1515a6a5e0e7d01 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 27 Jun 2013 00:26:57 -0700 Subject: [PATCH] handlebar helpers uses built in require --- UI/app.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/UI/app.js b/UI/app.js index f0b0a537c..b31f0c876 100644 --- a/UI/app.js +++ b/UI/app.js @@ -160,13 +160,6 @@ require.config({ [ 'backgrid' ] - }, - - 'handlebars.helpers': { - deps: - [ - 'handlebars' - ] } } });