Skip to content

Commit

Permalink
Tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi authored Dec 13, 2016
1 parent be54431 commit a2660db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Source/Core/WebGLConstants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*global define*/
/**
* @module WebGLConstants
*/
define([
'../Core/freezeObject'
], function(
Expand All @@ -17,9 +14,7 @@ define([
* and [WebGL 2.0]{@link https://www.khronos.org/registry/webgl/specs/latest/2.0/}
* specifications.
*
* @alias WebGLConstants
* @readonly
* @enum {Number}
* @exports WebGLConstants
*/
var WebGLConstants = {
DEPTH_BUFFER_BIT : 0x00000100,
Expand Down

0 comments on commit a2660db

Please sign in to comment.