aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effect.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-2/+2
| | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars.
* Effect: Create a local jQuery variable to make jQuery Color workScott González2014-07-151-1/+5
| | | | | Fixes #10199 Closes gh-1282
* All: Updating copyright year to 2014TJ VanToll2014-01-281-2/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+1297
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029