Skip to content

Commit

Permalink
Update js/main.js
Browse files Browse the repository at this point in the history
Add underscore to the shim to hopefully fix #3
  • Loading branch information
jcreamer898 committed Sep 5, 2012
1 parent f1d2643 commit b999187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/main.js
Expand Up @@ -9,6 +9,9 @@ require.config({
backbone: { backbone: {
'deps': ['jquery', 'underscore'], 'deps': ['jquery', 'underscore'],
'exports': 'Backbone' 'exports': 'Backbone'
},
underscore: {
'exports': '_'
} }
} }
}); });
Expand Down

0 comments on commit b999187

Please sign in to comment.