Skip to content

Instantly share code, notes, and snippets.

@hextac
hextac / DeleteEventRaiser
Created July 4, 2012 21:46 — forked from fflorent/DeleteEventRaiser
[Oryx] Delete Event Raiser Hack
(function(dc){
var proxy = dc.prototype.execute;
dc.prototype.execute = function(){
var StopPropagationException = function(){};
var event = {
type: "shapedeleted",
shapes:this.shapesAsJson,
dockers:this.dockers,
cancel: false
};