Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rroux-gpsw committed Mar 7, 2017
1 parent 1047b26 commit 9152d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/display/components/Canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FORGE.Canvas.prototype._boot = function()
* @type {CanvasRenderingContext2D}
* @readonly
*/
Object.defineProperty(FORGE.Canvas.prototype, "context2D",
Object.defineProperty(FORGE.Canvas.prototype, "context2D",
{
/** @this {FORGE.Canvas} */
get: function()
Expand All @@ -48,7 +48,7 @@ Object.defineProperty(FORGE.Canvas.prototype, "context2D",
* @type {WebGLRenderingContext}
* @readonly
*/
Object.defineProperty(FORGE.Canvas.prototype, "context3D",
Object.defineProperty(FORGE.Canvas.prototype, "context3D",
{
/** @this {FORGE.Canvas} */
get: function()
Expand All @@ -63,7 +63,7 @@ Object.defineProperty(FORGE.Canvas.prototype, "context3D",
* @type {HTMLCanvasElement}
* @readonly
*/
Object.defineProperty(FORGE.Canvas.prototype, "element",
Object.defineProperty(FORGE.Canvas.prototype, "element",
{
/** @this {FORGE.Canvas} */
get: function()
Expand Down

0 comments on commit 9152d35

Please # to comment.