We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/aralejs/base/blob/master/tests/base-spec.js#L793
在 IE 下是 false.
The text was updated successfully, but these errors were encountered:
isPlainObject 的判断问题,这段是复制 jquery,见 bugfix
http://bugs.jquery.com/ticket/12199
对象遍历的时候 ie6~8 是先遍历原型链上再遍历自己,其他浏览器相反
也可以参考下 lodash 的
https://github.com/bestiejs/lodash/blob/7520066fc916e205ef84cb97fbfe630d7c154158/lodash.js#L720-757
Sorry, something went wrong.
fix isPlainObject bug #19
ca46e53
add testcase for #19
67eb85f
No branches or pull requests
https://github.com/aralejs/base/blob/master/tests/base-spec.js#L793
在 IE 下是 false.
The text was updated successfully, but these errors were encountered: