Skip to content

Commit

Permalink
Fix AMD editors that must have backbone forms
Browse files Browse the repository at this point in the history
Without this, there's a race condition

This is how the AMD fixes were originally intended as of https://github.com/powmedia/backbone-forms/pull/89/files
But since this build-template file wasn't properly setup subsequent builds destroyed the changes in the distribution.amd/editors folder
  • Loading branch information
philfreo committed Aug 23, 2012
1 parent 461c3c7 commit abdf308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-templates/simple.amd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(['jquery', 'underscore', 'backbone'], function($, _, Backbone) {
define(['jquery', 'underscore', 'backbone', 'backbone-forms'], function($, _, Backbone) {

{{body}}

Expand Down

0 comments on commit abdf308

Please sign in to comment.