Commit 8ae649f4113054d6c04fea133ad228440caf9d51

Authored by Leandro Santos
1 parent cc3f255a

add handlebars export

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
index.html
... ... @@ -326,7 +326,8 @@
326 326 },
327 327 shim: {
328 328 'handlebars':{
329   - deps: ['jquery']
  329 + deps: ['jquery'],
  330 + exports: 'Handlebars'
330 331 },
331 332 'jquery_ui': {
332 333 deps: ['jquery']
... ...