Externs lint

This commit is contained in:
Tim Schaub
2014-04-04 07:03:58 -06:00
parent 6a3d349409
commit fe60d07ef0
6 changed files with 36 additions and 13 deletions

View File

@@ -6,16 +6,15 @@
*/
/**
* @param {string|Object.<string,*>=} option
* @param {string|Object.<string,*>=} opt_option
* @return {!jQuery}
*/
jQuery.prototype.popover = function(option) {};
jQuery.prototype.popover = function(opt_option) {};
/**
* @param {string|Object.<string,*>=} option
* @param {string|Object.<string,*>=} opt_option
* @return {!jQuery}
*/
jQuery.prototype.tooltip = function(option) {};
jQuery.prototype.tooltip = function(opt_option) {};