Browse Source

Fix wrong comments(data-splide-src -> data-splide-lazy).

NaotoshiFujita 5 years ago
parent
commit
f018f3b70b
5 changed files with 5 additions and 5 deletions
  1. 2 2
      dist/js/splide.js
  2. 1 1
      dist/js/splide.min.js
  3. BIN
      dist/js/splide.min.js.gz
  4. 1 1
      package.json
  5. 1 1
      src/js/constants/defaults.js

+ 2 - 2
dist/js/splide.js

@@ -1,6 +1,6 @@
 /*!
  * Splide.js
- * Version  : 1.2.1
+ * Version  : 1.2.3
  * License  : MIT
  * Copyright: 2019 Naotoshi Fujita
  */
@@ -554,7 +554,7 @@ var DEFAULTS = {
 
   /**
    * Loading images lazily.
-   * Image src must be provided by a data-splide-src attribute.
+   * Image src must be provided by a data-splide-lazy attribute.
    *
    * - false: Do nothing.
    * - 'nearby': Only images around an active slide will be loaded.

File diff suppressed because it is too large
+ 1 - 1
dist/js/splide.min.js


BIN
dist/js/splide.min.js.gz


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@splidejs/splide",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "description": "Splide is a lightweight and powerful slider without any dependencies.",
   "author": "Naotoshi Fujita",
   "license": "MIT",

+ 1 - 1
src/js/constants/defaults.js

@@ -177,7 +177,7 @@ export const DEFAULTS = {
 
 	/**
 	 * Loading images lazily.
-	 * Image src must be provided by a data-splide-src attribute.
+	 * Image src must be provided by a data-splide-lazy attribute.
 	 *
 	 * - false: Do nothing.
 	 * - 'nearby': Only images around an active slide will be loaded.

Some files were not shown because too many files changed in this diff