This is a chess implementation in javascript and a fork of https://github.com/kbjorklu/chess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
338 B

/** @externs */
/**
* @param {(string|Object.<string, *>)} x
* @param {*=} y
* @param {*=} z
* @return {(!jQuery|*)}
*/
jQuery.prototype.draggable = function(x, y, z) {};
/**
* @param {(string|Object.<string, *>)} x
* @param {*=} y
* @param {*=} z
* @return {(!jQuery|*)}
*/
jQuery.prototype.droppable = function(x, y, z) {};