Define a custom event prefix in the wpdialog jQuery UI widget to work around a jQuery UI 1.9.1 regression. see #22399.

git-svn-id: http://core.svn.wordpress.org/trunk@22513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-09 21:45:13 +00:00
parent e77ec92846
commit 8b53ffec74
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
options: {
closeOnEscape: false
},
widgetEventPrefix: 'wpdialog',
open: function() {
var ed;