stopEvent: function(e){
            if(this.stopPropagation) {
                e.stopPropagation();
            }