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.core.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.core.js')
-rw-r--r-- | ui/jquery.effects.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index b3f99a534..eb848a13f 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -1,4 +1,4 @@ -/* +/*! * jQuery UI Effects @VERSION * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) |