Error unexpected number when compiling a file which creates a 2DMatrix: ``` mtrx = new Tiger.2DMatrix ``` ... ``` 17:27:45 - compiled [path]/login.coffee [path]/login.coffee:102:22: error: unexpected NUMBER mtrx = new Tiger.2DMatrix ^^ ```