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

fix(movableCoord): fix options bug #331

Merged
merged 1 commit into from
Aug 1, 2016
Merged

fix(movableCoord): fix options bug #331

merged 1 commit into from
Aug 1, 2016

Conversation

sculove
Copy link
Contributor

@sculove sculove commented Aug 1, 2016

Issue

#189

Details

  • fix bug when options is null
  • change qunt2.x style

Preferred reviewers

@jongmoon

- fix bug when options is null
- change qunt2.x style

ref #189
@sculove sculove added this to the 1.3.0 milestone Aug 1, 2016
@sculove sculove self-assigned this Aug 1, 2016
var key;
var self = this;
$.each(["bounce", "margin", "circular"], function(i, v) {
Copy link

Choose a reason for hiding this comment

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

You used forEach in infiniteGrid. See it
Is there any reason can not use 'forEach`?

Copy link
Contributor Author

@sculove sculove Aug 1, 2016

Choose a reason for hiding this comment

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

@kishu you're right. I suggest that we use es5 code. but, we don't decide it yet.
I refactor InfiniteGrid totally and I test it antecedently.

@taihoon
Copy link

taihoon commented Aug 1, 2016

LGTM

@jongmoon
Copy link
Contributor

jongmoon commented Aug 1, 2016

LGTM!

@sculove sculove merged commit 5073f6a into master Aug 1, 2016
@sculove sculove deleted the options#189 branch August 1, 2016 13:05
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.

3 participants