Commit 78d0c6aecbc23b633eafc2a024480090649452ec

Authored by Leandro Santos
1 parent aad57784

fix handlebars dependencie

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