wmde / DataValuesJavaScript

JavaScript implementations of all basic DataValue classes, associated parsers and formatters
http://wikiba.se
Other
5 stars 1 forks source link

Fix incomplete Time.equals #44

Closed thiemowmde closed 10 years ago

thiemowmde commented 10 years ago

Yes, after, before and utcoffset are constants currently. I included them anyway to not run into the same bug again in the near future.

I tried to put the comparisons in an order that's probably most efficient: stuff that's less likely to change to the back, most complicated stuff last.

Bug: 65847

JeroenDeDauw commented 10 years ago

+1