Skip to content

Commit 137733f

Browse files
0b10011mislav
authored andcommitted
Have minifiers retain the copyright notice in source
C-style block comments that start with `/*!` remain untouched by minifiers such as YUIMin, JSMin, etc. Closes #352
1 parent e7c6462 commit 137733f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jquery.pjax.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// jquery.pjax.js
2-
// copyright chris wanstrath
3-
// https://github.com/defunkt/jquery-pjax
1+
/*!
2+
* jquery.pjax.js
3+
* copyright chris wanstrath
4+
* https://github.com/defunkt/jquery-pjax
5+
*/
46

57
(function($){
68

0 commit comments

Comments
 (0)