1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 10:55:46 +01:00

Document events.finishRecording.

This commit is contained in:
Doug Kearns
2011-02-02 14:09:45 +11:00
parent e80eb262fb
commit c12dc0ec43

View File

@@ -418,6 +418,7 @@ var Events = Module("events", {
} }
}, },
/** Terminates the recording of the current key event macro. */
finishRecording: function () { finishRecording: function () {
modes.recording = false; modes.recording = false;
this._macros.set(this._currentMacro, { this._macros.set(this._currentMacro, {