Add Comparable trait to js.rs; fixups

This commit is contained in:
Manish Goregaokar 2014-12-06 02:12:24 -08:00
parent e7b3caa386
commit 5511e02a78
6 changed files with 53 additions and 39 deletions

View file

@ -226,4 +226,4 @@ macro_rules! global_event_handlers(
event_handler!(input, GetOninput, SetOninput)
event_handler!(change, GetOnchange, SetOnchange)
)
)
)