Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upreplace underscore with standalone lodash modules #150
Conversation
latentflip
reviewed
Mar 27, 2015
View changes
ampersand-state.js
latentflip
reviewed
Mar 27, 2015
| @@ -537,17 +561,17 @@ function createPropertyDefinition(object, name, desc, isSession) { | ||
| this.set(name, val); | ||
| }, | ||
| get: function () { | ||
| var result = this._values[name]; | ||
| var value = this._values[name]; |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
pgilad
Mar 27, 2015
Member
I'm guessing because result is used by the lodash module...
i.e var result = require("lodash.result"); at the top
pgilad
Mar 27, 2015
Member
I'm guessing because result is used by the lodash module...
i.e var result = require("lodash.result"); at the top
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks! Added a couple of comments. |
bear
added
enhancement
request
labels
Mar 27, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
+1 |
This was referenced Mar 27, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
+1 |
added a commit
that referenced
this pull request
Mar 27, 2015
latentflip
merged commit 896e4d9
into
AmpersandJS:master
Mar 27, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks @dhritzkiv ! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
dhritzkiv
Mar 27, 2015
Contributor
No probs. I'll try to get a few more @AmpersandJS modules converted over the next few days.
|
No probs. I'll try to get a few more @AmpersandJS modules converted over the next few days. |
dhritzkiv
deleted the
dhritzkiv:lodash
branch
Mar 27, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
@latentflip you gonna patch release this? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
released as |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks @wraithgar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dhritzkiv commentedMar 27, 2015
As per http://blog.andyet.com/2015/03/25/amped-down