mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Moved errors
description above @ignore tag
This commit is contained in:
parent
3658cd145f
commit
4332448e9f
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
var Class = require('../../../utils/Class');
|
||||
|
||||
// Possible errors that can be thrown by `gl.checkFramebufferStatus()`.
|
||||
/**
|
||||
* @ignore
|
||||
* Possible errors that can be thrown by `gl.checkFramebufferStatus()`.
|
||||
* @ignore
|
||||
*/
|
||||
var errors = {
|
||||
36054: 'Incomplete Attachment',
|
||||
|
|
Loading…
Reference in a new issue