Files
jasmine/src/version.js
Dave Burt 5e594946bb Change toBeCloseTo matcher to be more consistent.
It now calculates and compares a difference, rather than rounding
two separate quantities and testing for their equality.
2012-12-03 15:39:59 -08:00

8 lines
91 B
JavaScript

jasmine.version_= {
"major": 1,
"minor": 2,
"build": 0,
"revision": 1343710612
};