Skip to content

Commit

Permalink
🐛 fix Uncaught TypeError: simpleParallax is not a constructor #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Signorato committed Jun 3, 2019
1 parent 532d17f commit bb99df4
Show file tree
Hide file tree
Showing 6 changed files with 9,300 additions and 13,095 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Simply copy/paste the below snippet just before your closing `<body>` tag:
or use the below CDN link provided by jsDelivr.com

```html
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-js@5.0.0/dist/simpleParallax.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-js@5.0.1/dist/simpleParallax.min.js"></script>
```

or
Expand Down
6 changes: 3 additions & 3 deletions dist/simpleParallax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* simpleParallax - simpleParallax is a simple JavaScript library that gives your website parallax animations on any images,
* @date: 22-05-2019 18:36:24,
* @version: 5.0.0,
* @date: 03-06-2019 18:53:24,
* @version: 5.0.1,
* @link: https://simpleparallax.com/
*/
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -634,5 +634,5 @@ function () {


/***/ })
/******/ ]);
/******/ ])["default"];
});
6 changes: 3 additions & 3 deletions dist/simpleParallax.min.js

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

Loading

0 comments on commit bb99df4

Please sign in to comment.