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

To avoid some namespace issues in a local client #636

Closed
wants to merge 6 commits into from

Conversation

graemehoffman
Copy link

In the template module, I was seeing a ie11 js error where the local item variable is said to be a native function where in every other instance and browser, it was undefined. Added a check to verify that the item is a string before performing indexOf on it. Also, I added some gitignore files, an .nvmrc file, and made a few linting changes that I was seeing on npx webpack. Thanks for an awesome library and I look forward to the next version.

@codecov-io
Copy link

Codecov Report

Merging #636 into master will not change coverage.
The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #636   +/-   ##
=======================================
  Coverage   94.74%   94.74%           
=======================================
  Files          19       19           
  Lines         799      799           
  Branches      187      187           
=======================================
  Hits          757      757           
  Misses         29       29           
  Partials       13       13
Impacted Files Coverage Δ
src/pagination.js 91.93% <0%> (ø) ⬆️
src/templater.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52afe2d...ebe2274. Read the comment docs.

javve added a commit that referenced this pull request Nov 21, 2020
@javve javve changed the base branch from master to develop November 21, 2020 21:11
@javve
Copy link
Owner

javve commented Nov 21, 2020

Thanks a lot for your PR. The main fix was great but I'm not interested in the other additions unfortunately 😇 so I took you fix and added it myself here: d081551

A good tips for your next PR is to not include anything that is unrelated and to not include the dist-files. 🙌

Glad that you like List.js, I just released version 2.0.0 and have added bunch of fixes from PRs today <3

@javve javve closed this Nov 21, 2020
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

Successfully merging this pull request may close these issues.

3 participants