See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
/** | |
@author <a href="mailto:[email protected]">Aadit M Shah</a> | |
@edited by <a href="mailto:[email protected]">NabiKAZ</a> | |
@overview Delta Timing for JavaScript. | |
@copyright 2012 | |
@version 1.0.1 | |
*/ | |
/** | |
@description Creates a new Delta Timer with start and stop methods. |