externs/ is no longer used.

This commit is contained in:
Paul Holden 2023-10-29 19:56:04 +00:00
parent a112963000
commit 705878a0be
4 changed files with 0 additions and 2072 deletions

2045
js/externs/jquery-3.1.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
/** @type {Object} */
var localStorage = {};

View file

@ -1,13 +0,0 @@
/** @constructor */
function Stats() {};
/**
* @param {number} id
*/
Stats.prototype.setMode = function(id) {};
/**
* @type {?Element}
*/
Stats.prototype.domElement;

View file

@ -1,11 +0,0 @@
/**
* @type {Object}
*/
function WebGLDebugUtils() {}
/**
* @param {string} functionName the name of the WebGL function.
* @param {number} args The arguments.
* @return {string} The arguments as a string.
*/
WebGLDebugUtils.glFunctionArgsToString = function(functionName, args) {};