Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

use legacy lodash in node environment #11

Merged
merged 1 commit into from
Apr 21, 2014
Merged

Conversation

bendecoste
Copy link
Contributor

Using normal lodash will fail some tests in IE if the user is using
goinstant-assert within browserify. This happens because if the tests
are built with browserify, lodash will be included via a require call,
rather than reading lodash off of the window.

@ianlivingstone
Copy link
Contributor

LGTM merge on 🍏

  • Review code for flaws/bugs
  • Ensure code matches requirements, with exceptions addressed e.g:
  • Consistent with visual designs
  • APIs match specifications
  • Tests Should cover edge cases
  • Commits are squashed
  • Designer and Reviewer sign off on commit

Using normal lodash will fail some tests in IE if the user is using
goinstant-assert within browserify.  This happens because if the tests
are built with browserify, lodash will be included via a `require` call,
rather than reading lodash off of the window.

Signed-off-by: Ian Livingstone <ianl@cs.dal.ca>
bendecoste added a commit that referenced this pull request Apr 21, 2014
use legacy lodash in node environment
@bendecoste bendecoste merged commit c5c293d into master Apr 21, 2014
@bendecoste bendecoste deleted the bendecoste/use-legacy branch April 21, 2014 19:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants