jslinted code
This commit is contained in:
parent
847eb6c48e
commit
68df2fdafd
3 changed files with 6 additions and 8 deletions
|
@ -3154,7 +3154,6 @@ PIXI.InteractionManager.prototype.removeEvents = function()
|
||||||
{
|
{
|
||||||
if(!this.interactionDOMElement)return;
|
if(!this.interactionDOMElement)return;
|
||||||
|
|
||||||
console.log( this.interactionDOMElement)
|
|
||||||
this.interactionDOMElement.style['-ms-content-zooming'] = '';
|
this.interactionDOMElement.style['-ms-content-zooming'] = '';
|
||||||
this.interactionDOMElement.style['-ms-touch-action'] = '';
|
this.interactionDOMElement.style['-ms-touch-action'] = '';
|
||||||
|
|
||||||
|
|
12
bin/pixi.js
12
bin/pixi.js
File diff suppressed because one or more lines are too long
|
@ -173,7 +173,6 @@ PIXI.InteractionManager.prototype.removeEvents = function()
|
||||||
{
|
{
|
||||||
if(!this.interactionDOMElement)return;
|
if(!this.interactionDOMElement)return;
|
||||||
|
|
||||||
console.log( this.interactionDOMElement)
|
|
||||||
this.interactionDOMElement.style['-ms-content-zooming'] = '';
|
this.interactionDOMElement.style['-ms-content-zooming'] = '';
|
||||||
this.interactionDOMElement.style['-ms-touch-action'] = '';
|
this.interactionDOMElement.style['-ms-touch-action'] = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue