undo()


/**
 * @return {Void}
 */
undo()

Reverts the current state to previous one (if one exists).


Alias of state('undo')


Last updated