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.
This commit is contained in:
ragaskar
2012-04-04 08:41:59 -07:00
parent d46ca4f506
commit 7ad75c13d4
2 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,6 @@ jasmine.version_= {
"major": 1,
"minor": 2,
"build": 0,
"revision": 1333492179,
"revision": 1333553033,
"release_candidate": 2
};