(js) Remove call to undefined function

This commit is contained in:
Francis Lachapelle
2016-07-04 13:55:33 -04:00
parent 12314c8bd0
commit 43f669b6d9

View File

@@ -104,8 +104,6 @@ function onDelegationLoadHandler() {
$("addDelegate").observe("mousedown", onDelegateAdd);
$("deleteDelegate").observe("mousedown", onDelegateRemove);
}
Event.observe(window, "unload", onDelegationCloseHandler);
}
document.observe("dom:loaded", onDelegationLoadHandler);