r61099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61098‎ | r61099 | r61100 >
Date:19:08, 15 January 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed comment typo.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js
@@ -667,7 +667,7 @@
668668 .insertAfter( context.$textarea )
669669 .load( function() {
670670 // Internet Explorer will reload the iframe once we turn on design mode, so we need to only turn it on
671 - // durring the first run, and then bail
 671+ // during the first run, and then bail
672672 if ( !this.isSecondRun ) {
673673 // Turn the document's design mode on
674674 context.$iframe[0].contentWindow.document.designMode = 'on';

Status & tagging log