Tweaked tiling texture and jshinted code
This commit is contained in:
parent
9c1e235a92
commit
001c2b13d7
5 changed files with 57 additions and 57 deletions
|
@ -5,11 +5,11 @@ describe('pixi/core/Matrix', function () {
|
|||
var mat3 = PIXI.mat3;
|
||||
var mat4 = PIXI.mat4;
|
||||
var Matrix = PIXI.Matrix;
|
||||
|
||||
/*
|
||||
it('Ensure determineMatrixArrayType works', function () {
|
||||
expect(Matrix).to.be.a('function');
|
||||
});
|
||||
|
||||
*/
|
||||
it('mat3 exists', function () {
|
||||
expect(mat3).to.be.an('object');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue