]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
registerPlugin unregisterPlugin spelling typo 8626/head
authorKristofer Krause <kris.krause@gmail.com>
Mon, 18 Apr 2016 20:56:26 +0000 (16:56 -0400)
committerKristofer Krause <kris.krause@gmail.com>
Mon, 18 Apr 2016 20:56:26 +0000 (16:56 -0400)
js/foundation.core.js

index 566d6ced5bce1980b310bc13bf9c51af926046fc..4a96fe173c3ebb138eda73bec5745419c53e1324 100644 (file)
@@ -44,7 +44,7 @@ var Foundation = {
    * @function
    * Populates the _uuids array with pointers to each individual plugin instance.
    * Adds the `zfPlugin` data-attribute to programmatically created plugins to allow use of $(selector).foundation(method) calls.
-   * Also fires the initialization event for each plugin, consolidating repeditive code.
+   * Also fires the initialization event for each plugin, consolidating repetitive code.
    * @param {Object} plugin - an instance of a plugin, usually `this` in context.
    * @param {String} name - the name of the plugin, passed as a camelCased string.
    * @fires Plugin#init
@@ -69,7 +69,7 @@ var Foundation = {
    * @function
    * Removes the plugins uuid from the _uuids array.
    * Removes the zfPlugin data attribute, as well as the data-plugin-name attribute.
-   * Also fires the destroyed event for the plugin, consolidating repeditive code.
+   * Also fires the destroyed event for the plugin, consolidating repetitive code.
    * @param {Object} plugin - an instance of a plugin, usually `this` in context.
    * @fires Plugin#destroyed
    */