Update externs files for gjslint's --limited_doc_files

This commit is contained in:
Tom Payne
2012-07-15 22:34:09 +02:00
parent 13ce1aa374
commit 5c168d3b89
2 changed files with 5 additions and 13 deletions

View File

@@ -21,9 +21,7 @@ var WebGLDebugUtils = {};
* @param {number} glEnum GL enum.
* @return {string} String.
*/
WebGLDebugUtils.glEnumToString = function(glEnum) {
return '';
};
WebGLDebugUtils.glEnumToString = function(glEnum) {};
/**
@@ -31,9 +29,7 @@ WebGLDebugUtils.glEnumToString = function(glEnum) {
* @param {Array} args Args.
* @return {string} String.
*/
WebGLDebugUtils.glFunctionArgsToString = function(functionName, args) {
return '';
};
WebGLDebugUtils.glFunctionArgsToString = function(functionName, args) {};
/**
@@ -49,7 +45,5 @@ WebGLDebugUtils.init = function(context) {
* @param {Function=} opt_onFunc On function.
* @return {WebGLDebugRenderingContext} Context.
*/
WebGLDebugUtils.makeDebugContext = function(
context, opt_onErrorFunc, opt_onFunc) {
return null;
};
WebGLDebugUtils.makeDebugContext =
function(context, opt_onErrorFunc, opt_onFunc) {};