Minor function signature adjustments

This commit is contained in:
Jeff Parsons 2015-04-02 14:30:27 -07:00 committed by jeffpar
commit 70ddfc73d0
12 changed files with 40 additions and 29 deletions

View file

@ -1344,7 +1344,7 @@ X86CPU.prototype.restoreProtMode = function(a)
* UPDATES: The current speed multiplier from getSpeed() is now saved in group #3, so that your speed is preserved.
*
* @this {X86CPU}
* @return {Object}
* @return {Object|null}
*/
X86CPU.prototype.save = function()
{