Skip to content
Browse files

republished files

1 parent 7841905 commit 5ab9bd934f64e6566ed852d9080ae62161275efe @GoodBoyDigital GoodBoyDigital committed
Showing with 12 additions and 7 deletions.
  1. +9 −4 bin/pixi.js
  2. +1 −1 bin/pixi.js.map
  3. +1 −1 bin/pixi.min.js
  4. +1 −1 bin/pixi.min.js.map
View
13 bin/pixi.js
@@ -1,7 +1,7 @@
/**
* @license
* pixi.js - v3.0.10
- * Compiled 2016-02-25T20:34:18.010Z
+ * Compiled 2016-02-25T20:39:20.286Z
*
* pixi.js is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license.php
@@ -6651,11 +6651,16 @@ AccessibilityManager.prototype.updateAccessibleObjects = function(displayObject)
displayObject.renderId = this.renderId;
}
- var children = displayObject.children;
- for (var i = children.length - 1; i >= 0; i--) {
+ if(displayObject.interactiveChildren)
+ {
+
+ var children = displayObject.children;
+
+ for (var i = children.length - 1; i >= 0; i--) {
- this.updateAccessibleObjects(children[i]);
+ this.updateAccessibleObjects(children[i]);
+ }
}
};
View
2 bin/pixi.js.map
1 addition, 1 deletion not shown because the diff is too large. Please use a local Git client to view these changes.
View
2 bin/pixi.min.js
1 addition, 1 deletion not shown because the diff is too large. Please use a local Git client to view these changes.
View
2 bin/pixi.min.js.map
1 addition, 1 deletion not shown because the diff is too large. Please use a local Git client to view these changes.

0 comments on commit 5ab9bd9

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