Skip to content

Commit

Permalink
Update builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed May 2, 2015
1 parent e494931 commit d7642c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dist/cta.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! cta.js - v0.3.0 - 2015-04-04
/*! cta.js - v0.3.1 - 2015-05-02
* http://kushagragour.in/lab/ctajs/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */

Expand Down Expand Up @@ -194,7 +194,9 @@
}
// AMD module
else if( typeof define === 'function' && define.amd ) {
define([], cta);
define(function () {
return cta;
});
}
// Browser global
else {
Expand Down
4 changes: 2 additions & 2 deletions dist/cta.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7642c9

Please sign in to comment.