See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
| (function ($) { | |
| /** | |
| * @function | |
| * @property {object} jQuery plugin which runs handler function once specified element is inserted into the DOM | |
| * @param {function} handler A function to execute at the time when the element is inserted | |
| * @param {bool} shouldRunHandlerOnce Optional: if true, handler is unbound after its first invocation | |
| * @example $(selector).waitUntilExists(function); | |
| */ |