Skip to content

Commit c413909

Browse files
fixed typo "because"
1 parent 34b9c0e commit c413909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cocos2d/cocos2d_externs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
CSSProperties.prototype._super;
1616

1717
/**
18-
* cocos2d-html5-only. We need this becuase the cc.Class.extend's new
18+
* cocos2d-html5-only. We need this because the cc.Class.extend's new
1919
* infrastructure requires it.
2020
* @type {string}
2121
*/
@@ -47,4 +47,4 @@ CSSProperties.prototype.alpha;
4747

4848

4949
var gl = gl || {};
50-
CSSProperties.prototype.gl;
50+
CSSProperties.prototype.gl;

0 commit comments

Comments
 (0)