function NWTEventWrapper(a){this._event=a,this.target=nwt.one(a.target)}NWTEventWrapper.prototype.stop=function(){this._event.preventDefault(),this._event.stopPropagation()}
