Files
jasmine/src/version.js
ragaskar 7ad75c13d4 Fix Matchers.any specs in Firefox
- Firefox adds whitespace to the resulting to_string function, necessary
  to remove it for the match to occur correctly.
2012-04-04 08:41:59 -07:00

9 lines
117 B
JavaScript

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