diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:14:51 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-02 18:14:51 +0200 |
commit | dc67d2c5d2764ca39b215e3daf4a517f74a0824e (patch) | |
tree | 570daf22b727a10dabccef07a7b280460ba3a5c3 /ui/jquery.effects.pulsate.js | |
parent | 9631a41a02397aa638d812a4bdb775d6b095e16b (diff) | |
download | jquery-ui-dc67d2c5d2764ca39b215e3daf4a517f74a0824e.tar.gz jquery-ui-dc67d2c5d2764ca39b215e3daf4a517f74a0824e.zip |
Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
Diffstat (limited to 'ui/jquery.effects.pulsate.js')
-rw-r--r-- | ui/jquery.effects.pulsate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.pulsate.js b/ui/jquery.effects.pulsate.js index 8ba93df89..e65fe30d6 100644 --- a/ui/jquery.effects.pulsate.js +++ b/ui/jquery.effects.pulsate.js @@ -1,4 +1,4 @@ -/* +/*! * jQuery UI Effects Pulsate @VERSION * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) |