jvent icon indicating copy to clipboard operation
jvent copied to clipboard

attach method

Open QuentinRoy opened this issue 10 years ago • 0 comments

I would love to be able to attach the event processing to an existing object, e.g. in a constructor:

function Foo() {
   Jvent.attach(this);
}

Or even:

   var foo = {};
   Jvent.attach(foo);

QuentinRoy avatar Feb 02 '15 12:02 QuentinRoy