Skip to content

Commit

Permalink
Merge pull request #9 from beardtree/master
Browse files Browse the repository at this point in the history
Fixes AMD reference to Backbone
  • Loading branch information
azproduction committed May 21, 2014
2 parents 73eb300 + f73d2c5 commit 8114431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivets-backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
factory(require('rivets'), require('backbone'));
} else if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['rivets', 'Backbone'], factory);
define(['rivets', 'backbone'], factory);
} else {
// Browser globals
factory(root.rivets, root.Backbone);
Expand Down

0 comments on commit 8114431

Please sign in to comment.