Skip to content

Commit

Permalink
runner should be defined before use
Browse files Browse the repository at this point in the history
  • Loading branch information
akzhan committed May 4, 2011
1 parent 60b07f9 commit fcb4286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.wysiwyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
this.ui.designMode = function () {
var attempts = 3,
self = this.self,
runner;
runner = function (attempts) {
if ("on" === self.editorDoc.designMode) {
if (self.timers.designMode) {
Expand Down

0 comments on commit fcb4286

Please sign in to comment.