]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add JSDoc comment for replaced.zf.interchange #7491
authorGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 22:50:06 +0000 (14:50 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 22:50:06 +0000 (14:50 -0800)
js/foundation.interchange.js

index dc96638831d0afb262b9da00370f0763f3ae174c..08f4758ec6247303f6bcc3bba791e622bde757f5 100644 (file)
         _this.currentPath = path;
       });
     }
+
+    /**
+     * Fires when content in an Interchange element is done being loaded.
+     * @event Interchange#replaced
+     */
     this.$element.trigger('replaced.zf.interchange');
   };
   /**