s/Colse/Close/, props nacin, fixes #17399
git-svn-id: http://svn.automattic.com/wordpress/trunk@18070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -344,7 +344,7 @@ $(document).ready( function() {
|
||||
});
|
||||
|
||||
// internal use
|
||||
$(document).bind( 'wp_ColseOnEscape', function( e, data ) {
|
||||
$(document).bind( 'wp_CloseOnEscape', function( e, data ) {
|
||||
if ( typeof(data.cb) != 'function' )
|
||||
return;
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -498,7 +498,7 @@ PubSub.prototype.publish = function( topic, args ) {
|
||||
}
|
||||
};
|
||||
|
||||
if ( ! jQuery(document).triggerHandler( 'wp_ColseOnEscape', [data] ) )
|
||||
if ( ! jQuery(document).triggerHandler( 'wp_CloseOnEscape', [data] ) )
|
||||
fullscreen.off();
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user