From 8ae649f4113054d6c04fea133ad228440caf9d51 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 27 Apr 2015 10:36:13 -0300 Subject: [PATCH] add handlebars export --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2fe914f..c98e4e4 100644 --- a/index.html +++ b/index.html @@ -326,7 +326,8 @@ }, shim: { 'handlebars':{ - deps: ['jquery'] + deps: ['jquery'], + exports: 'Handlebars' }, 'jquery_ui': { deps: ['jquery'] -- libgit2 0.21.2