Skip to content

Commit

Permalink
Merge pull request ngageoint#716 in WV/opensphere from ~CHIOSG/opensp…
Browse files Browse the repository at this point in the history
…here:hotfixEffectPR to release

* commit '2cc7aed0cc09ed5361c6c4b9d16c17bcd3db1d90':
  feat(jquery-plugins): Adds support for .effect in jQuery
  • Loading branch information
rothmike committed Apr 1, 2019
2 parents 0ab533c + 2cc7aed commit 080a0b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions externs/jquery-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jQuery.prototype.datepicker;
*/
jQuery.prototype.draggable;

/**
* @param {string} effect
* @param {Object=} opt_options
* @param {(number|string)=} opt_duration
* @param {function()=} opt_oncomplete
* @return {!jQuery}
*/
jQuery.prototype.effect;

/**
* @param {(string|Object)=} opt_arg1
* @return {!jQuery}
Expand Down

0 comments on commit 080a0b9

Please sign in to comment.