Changes

Jump to: navigation, search

Learning Collaborative Development Lab Fall 2008 Results

10 bytes removed, 14:17, 11 September 2008
no edit summary
At first I attempted something along the lines of:<br />
---<br />
<pre>
CmdUtils.CreateCommand({
}
})</pre>
---
<br />
However this wasn't exactly what I was looking for because it caused the browser to freeze while the command was running.<br /><br />
I did a little more looking and found this method instead:<br />
---<br />
<pre>
CmdUtils.CreateCommand({
})
</pre>
---<br />---
Unlike the previous command, it will not freeze the browser while the timed command is being performed.
1
edit

Navigation menu