Fixed FF tiling sprite bug

added chaining to graphics object
This commit is contained in:
Mat Groves 2014-02-13 15:44:26 +00:00
parent 2d74436c00
commit f8a6285f7f
6 changed files with 143 additions and 108 deletions

View file

@ -5,6 +5,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-yuidoc');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadTasks('tasks');