Hi,

I have created an web app in ExtJS 5.0.1. App works fine when i ran it in uncompressed mode but after complied the app using sencha app build command it is giving error when ever the unmask function runs. It throws error in following line of code in Ext.dom.element . Please suggest me if any one having this issue.



Code:



clearListeners: function() {
this.removeAnchor();
this.callParent();
},