Aleksander Machniak
2013-05-23 db108e37793c7f8fc8ba11f00d0561d1f0bd32c0
program/js/common.js
@@ -298,8 +298,7 @@
  if (!this._events[evt])
    this._events[evt] = [];
  var e = {func:func, obj:obj ? obj : window};
  this._events[evt][this._events[evt].length] = e;
  this._events[evt].push({func:func, obj:obj ? obj : window});
},
/**