aboutsummaryrefslogtreecommitdiffstats
path: root/ui/mouse.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.41.11.4Scott González2015-03-111-2/+2
|
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* 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