YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Hotfix: Remove "arguments" for "use strict" #66

Closed wangjungithub closed 11 years ago

wangjungithub commented 11 years ago

Seems that in the case of "use strict", the code with "arguments" is sensitive and cannot be ran on browser. This PR is the hotfix for this.