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

Slider: add test #508

Merged
merged 1 commit into from
Oct 19, 2016
Merged

Conversation

Leopoldthecoder
Copy link
Contributor

@Leopoldthecoder Leopoldthecoder commented Oct 19, 2016

Please makes sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow Element's Contributing Guide.
  • Rebase before creating a PR to keep commit history clear.
  • Add some descriptions and refer relative issues for you PR.

@@ -71,7 +71,7 @@ export default {
getIframeHTML(domain) {
let domainScript = '';
if (domain) {
domainScript = `<script>document.domain="${domain}";<` + '/script>';
domainScript = '<script' + `>document.domain="${domain}";<` + '/script>';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

这里我先这样改了一下,确保不报错。

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.9%) to 37.296% when pulling a29be73 on Leopoldthecoder:Testing-slider into 8199c6c on ElemeFE:master.

window.addEventListener('mousemove', onDragging);
window.addEventListener('mouseup', onDragEnd);
});
this.$refs.button.addEventListener('mousedown', this.onButtonDown);
Copy link
Contributor

Choose a reason for hiding this comment

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

直接卸载模板里?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

已更新。

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.9%) to 37.282% when pulling 1330879 on Leopoldthecoder:Testing-slider into 8199c6c on ElemeFE:master.

@QingWei-Li QingWei-Li merged commit 66842c8 into ElemeFE:master Oct 19, 2016
@Leopoldthecoder Leopoldthecoder deleted the Testing-slider branch October 20, 2016 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants