Skip to content

Commit

Permalink
Fix rgbjoe AMD import
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed May 4, 2012
1 parent 12c3ddf commit a2f9986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgbjoe.js
@@ -1,5 +1,5 @@
(function(root, factory) {
if(typeof define === 'function' && define.amd) define(['colorjoe'], factory);
if(typeof define === 'function' && define.amd) define(['./colorjoe'], factory);
else root.rgbjoe = factory(root.colorjoe);
}(this, function(colorjoe) {
return function(e, initialColor) {
Expand Down

0 comments on commit a2f9986

Please sign in to comment.