Skip to content

Commit

Permalink
add externs file
Browse files Browse the repository at this point in the history
  • Loading branch information
beezee committed Mar 12, 2012
1 parent 2a7105c commit 147b78d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jquery.djax.externs.js
@@ -0,0 +1,12 @@
/**
* @fileoverview Externs for jQuery djax plugin
*
* @externs
*/

/**
* @param {string} selector
* @param {Array.<string>=} exceptions
* @return {jQuery}
*/
jQuery.prototype.djax = function (selector, exceptions) {};

0 comments on commit 147b78d

Please sign in to comment.