Tweaked tiling texture and jshinted code

This commit is contained in:
Mat Groves 2014-01-31 00:47:08 +00:00
parent 9c1e235a92
commit 001c2b13d7
5 changed files with 57 additions and 57 deletions

View file

@ -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');
});