Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed minifier to add semi-colon for concat scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Sep 20, 2011
1 parent dd9c7ae commit 8623b09
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/uglify.js
Expand Up @@ -130,7 +130,7 @@ function output(text) {
mode: 0644
});
}
out.write(text);
out.write(text + ';');
out.end();
};

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Sep 19 18:27:05 2011 +0100
* Date: Tue Sep 20 17:01:42 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Sep 19 18:27:05 2011 +0100
* Date: Tue Sep 20 17:01:42 2011 +0100
*/

/* Core qTip styles */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Mon Sep 19 18:27:05 2011 +0100
* Date: Tue Sep 20 17:01:42 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

0 comments on commit 8623b09

Please sign in to comment.