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

Object mixIn contains 1 line of dead/debugging code #50

Closed
JamesMGreene opened this issue Apr 30, 2012 · 1 comment
Closed

Object mixIn contains 1 line of dead/debugging code #50

JamesMGreene opened this issue Apr 30, 2012 · 1 comment

Comments

@JamesMGreene
Copy link

The current version of Object mixIn, 0.1.1 (2012/01/19), contains a line of dead code (may be useful for debugging, though):
https://github.com/millermedeiros/amd-utils/blob/master/src/object/mixIn.js

Dead code line:
n = arguments.length,

@millermedeiros
Copy link
Owner

it was probably from an older version (pre amd-utils) and I probably changed the loop structure to use the while(cur = arguments[i++]) and forgot to remove it. thx!

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

No branches or pull requests

2 participants