From dc67d2c5d2764ca39b215e3daf4a517f74a0824e Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 2 Apr 2012 18:14:51 +0200 Subject: 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) --- ui/jquery.ui.selectable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.selectable.js') diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js index a88ce47b8..6c3be2cd4 100644 --- a/ui/jquery.ui.selectable.js +++ b/ui/jquery.ui.selectable.js @@ -1,4 +1,4 @@ -/* +/*! * jQuery UI Selectable @VERSION * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) -- cgit v1.2.3