Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -542,6 +542,10 @@ |
543 | 543 | // Setup the intial view |
544 | 544 | context.view = 'wikitext'; |
545 | 545 | |
| 546 | + /* Core Event Handlers */ |
| 547 | + |
| 548 | + $( window ).resize( function( event ) { context.fn.trigger( 'resize', event ) } ); |
| 549 | + |
546 | 550 | /* Magic IFRAME Construction */ |
547 | 551 | |
548 | 552 | // Create an iframe in place of the text area |