Created
July 18, 2013 07:53
-
-
Save binnng/6027534 to your computer and use it in GitHub Desktop.
伪数组一系列问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this.context = [].concat.apply([], selector); | |
| //selector是个伪数组(元素列表),这样转换成数组不可靠,三星大部分机器会报错。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment