Closed explorigin closed 10 years ago
I haven't tested this but line 33 looks like a bug if the length === 0 then array.push would fail.
https://github.com/jsguy/mithril.bindings/blob/master/mithril.bindings.js#L33
Yep, that's a bug, I've just fixed it :)
I haven't tested this but line 33 looks like a bug if the length === 0 then array.push would fail.
https://github.com/jsguy/mithril.bindings/blob/master/mithril.bindings.js#L33