aboutsummaryrefslogtreecommitdiffstats
path: root/ui/dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Fix off() -> unbind() for jQuery 1.6 compatTimo Tijhof2014-05-271-1/+1
| | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-211-2/+6
| | | | Fixes #9646
* 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/+854
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029