Skip to content
New issue

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

First Version #2

Merged
merged 15 commits into from
Jul 7, 2016
Merged

First Version #2

merged 15 commits into from
Jul 7, 2016

Conversation

lpgray
Copy link
Collaborator

@lpgray lpgray commented Jul 6, 2016

Please review my code and merge.

"object-assign": "^4.0.0"
"object-assign": "^4.0.0",
"rc-cascader": "^0.9.9",
"underscore": "^1.8.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

underscore 太大,不能引入,请换用 es5/es6 方法实现。

},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0"
"object-assign": "^4.0.0",
"underscore": "^1.8.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

underscore 还没有去掉,请参考之前的comment,不引入大库

@lpgray
Copy link
Collaborator Author

lpgray commented Jul 7, 2016

@eternalsky Done.

document.body.removeChild(div);
});

it('should display placeholder', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 test 我这里过不了,另外 querySelector 没法在 IE8 下跑,这里可以 require 1.x 的 jquery,jquery 作为 devDenpendence

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

测试已改,querySelector 已删。

@eternalsky eternalsky merged commit eaa6e45 into uxcore:master Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants