Skip to content

Commit

Permalink
Merge pull request #2269 from thostetler/update-to-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler authored Jul 20, 2023
2 parents 549b614 + a776c2b commit 9e5e14f
Show file tree
Hide file tree
Showing 1,685 changed files with 132,926 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ node_modules
bower_components
git-describe

src/libs
test/coverage
test/reports
test/mocha/sandbox*
Expand Down
3 changes: 2 additions & 1 deletion grunt/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = {
dest: 'src/libs/array-flat-polyfill.js',
},
polyfill: {
src: 'https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver',
src:
'https://raw.githubusercontent.com/que-etc/intersection-observer-polyfill/master/dist/IntersectionObserver.global.js',
dest: 'src/libs/polyfill.js',
},
jqueryui: {
Expand Down
1 change: 1 addition & 0 deletions src/libs/array-flat-polyfill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions src/libs/babel.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/libs/backbone-validation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/libs/backbone.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions src/libs/backbone.marionette.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9e5e14f

Please sign in to comment.