diff --git a/bower.json b/bower.json index ccd7fee..9b6b8c2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "2.2.1", + "version": "2.2.2", "main": "bin/pixi.dev.js", diff --git a/bower.json b/bower.json index ccd7fee..9b6b8c2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "2.2.1", + "version": "2.2.2", "main": "bin/pixi.dev.js", diff --git a/package.json b/package.json index 4e9e225..dc0720c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "2.2.1", + "version": "2.2.2", "description": "Pixi.js is a fast lightweight 2D library that works across all devices.", "author": "Mat Groves", diff --git a/bower.json b/bower.json index ccd7fee..9b6b8c2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "2.2.1", + "version": "2.2.2", "main": "bin/pixi.dev.js", diff --git a/package.json b/package.json index 4e9e225..dc0720c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi.js", - "version": "2.2.1", + "version": "2.2.2", "description": "Pixi.js is a fast lightweight 2D library that works across all devices.", "author": "Mat Groves", diff --git a/src/pixi/Pixi.js b/src/pixi/Pixi.js index 52f001c..327a4e4 100644 --- a/src/pixi/Pixi.js +++ b/src/pixi/Pixi.js @@ -7,7 +7,7 @@ * * @module PIXI */ - + /** * Namespace-class for [pixi.js](http://www.pixijs.com/). * @@ -21,7 +21,7 @@ /** * @property {Number} WEBGL_RENDERER * @protected - * @static + * @static */ PIXI.WEBGL_RENDERER = 0; /** @@ -34,9 +34,9 @@ /** * Version of pixi that is loaded. * @property {String} VERSION - * @static + * @static */ -PIXI.VERSION = "v2.2.0"; +PIXI.VERSION = "v2.2.2"; /** * Various blend modes supported by pixi. IMPORTANT - The WebGL renderer only supports the NORMAL, ADD, MULTIPLY and SCREEN blend modes. @@ -120,7 +120,7 @@ PIXI.Uint16Array = Array; } -// interaction frequency +// interaction frequency PIXI.INTERACTION_FREQUENCY = 30; PIXI.AUTO_PREVENT_DEFAULT = true; @@ -176,14 +176,14 @@ PIXI.defaultRenderOptions = { view:null, transparent:false, - antialias:false, + antialias:false, preserveDrawingBuffer:false, resolution:1, clearBeforeRender:true, autoResize:false } -PIXI.sayHello = function (type) +PIXI.sayHello = function (type) { if(PIXI.dontSayHello)return;