OOPS, the processUpdateTime wasn't actually changed in the earlier commit, so fix it here

This commit is contained in:
Davide P. Cervone 2010-11-09 09:37:12 -05:00
parent f86e8173cf
commit 1e4efb3210
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1180,7 +1180,7 @@ MathJax.Hub = {
} }
}, },
processUpdateTime: 500, // time between screen updates when processing math (milliseconds) processUpdateTime: 250, // time between screen updates when processing math (milliseconds)
signal: MathJax.Callback.Signal("Hub"), // Signal used for Hub events signal: MathJax.Callback.Signal("Hub"), // Signal used for Hub events