Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…a686c101-5f17-0410-80e1-b267258107f6
  • Loading branch information
danwebb committed Sep 27, 2006
1 parent 4ee6d39 commit 637fe74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code_highlighter.js
Expand Up @@ -182,5 +182,7 @@ CodeHighlighter.init = function() {
}

// run highlighter on all stylesets
for (var i in this.styleSets) highlightCode(this.styleSets[i]);
for (var i=0; i < this.styleSets.length; i++) {
highlightCode(this.styleSets[i]);
}
}

0 comments on commit 637fe74

Please sign in to comment.