aboutsummaryrefslogtreecommitdiffstats
path: root/ui/mouse.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+6
| | | | Closes gh-1379
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-6/+18
| | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+187
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029