Skip to content
Browse files

reverts pixi global

1 parent 2078815 commit 483578e1fa508118e730b35d1e03920e442f153b @spaceribs spaceribs committed
Showing with 1 addition and 2 deletions.
  1. +1 −2 .jshintrc
View
3 .jshintrc
@@ -35,8 +35,7 @@
"maxdepth" : 8, // Prohibit nested blocks from going more than X levels deep.
"maxlen" : 220, // Require that all lines are 100 characters or less.
"globals" : { // Register globals that are used in the code.
- "performance": false, // Depends on polyfill, simplifies usage
- "PIXI": false
+ "performance": false // Depends on polyfill, simplifies usage
},
// == Relaxing Options ================================================

0 comments on commit 483578e

Please sign in to comment.
Something went wrong with that request. Please try again.