Skip to content

Commit

Permalink
bugfix:Support AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoazhen committed Nov 27, 2013
1 parent 926bb72 commit 8f8c9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@


//Attach properties to exports.
exports.Flow = Flow;
return exports.Flow = Flow;
}
)
;
Expand Down
3 changes: 1 addition & 2 deletions src/Flow_underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,8 @@
return i === this.steps.length;
};


//Attach properties to exports.
exports.Flow = Flow;
return exports.Flow = Flow;
}
)
;
Expand Down

0 comments on commit 8f8c9b5

Please sign in to comment.