Skip to content

Commit

Permalink
changed case on document.createElement
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Mar 9, 2011
1 parent 0eda982 commit 81a0614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgl-2d.js
Expand Up @@ -650,7 +650,7 @@

gl.measureText = function measureText() { return 1; };

var tempCanvas = document.createElement('CANVAS');
var tempCanvas = document.createElement('canvas');
var tempCtx = tempCanvas.getContext('2d');

gl.save = function save() {
Expand Down

0 comments on commit 81a0614

Please sign in to comment.