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: https://develop.svn.wordpress.org/trunk@22513 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-09 21:45:13 +00:00
parent 6680184c9e
commit e625c90923
1 changed files with 1 additions and 0 deletions

View File

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