Permalink
Browse files
Change name to be consistent.
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
adapters/jquery.js
|
@@ -157,10 +157,10 @@ |
|
|
editor.on( 'instanceReady', function( evt ) { |
|
|
var editor = evt.editor; |
|
|
|
|
|
setTimeout( function delayEditor() { |
|
|
setTimeout( function waitForEditor() { |
|
|
// Delay bit more if editor is still not ready. |
|
|
if ( !editor.element ) { |
|
|
setTimeout( delayEditor, 100 ); |
|
|
setTimeout( waitForEditor, 100 ); |
|
|
return; |
|
|
} |
|
|
|
|
|
0 comments on commit
959c8d6