small fixes, less leakiness

This commit is contained in:
Bernhard Amann 2011-11-04 15:03:40 -07:00
parent 2aa0f6da57
commit 1d39eaf32d
2 changed files with 41 additions and 58 deletions

View file

@ -16,7 +16,6 @@ export {
name: string;
## descriptive name. for later removal
pred: function(typ: Input::Event, left: any, right: any): bool &optional;
## decision function, that decides if an inserton, update or removal should really be executed
};