Forráskód Böngészése

3.7.5 - fix for touchscreen desktops

Fixes
- Calling .remove() throws an error after update to v. 3.7.4 #681
- more robust hybrid system support mouse + touch events aka no drag and
scroll #676
- scroll is not working on edge and firefox browsers in touchscreen
laptops #677
- typos on navigator.maxTouchPoints

Changes
- remove outdated self.visibility
InuYaksa 7 éve
szülő
commit
94faa01a88
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
-  "name": "nicescroll",
-  "version": "3.7.4",
+  "name": "jquery.nicescroll",
+  "version": "3.7.5",
   "bugs": "https://github.com/inuyaksa/jquery.nicescroll/issues",
   "repository": {
     "type": "git",
@@ -69,7 +69,7 @@
   "dependencies": {
     "jquery": ">=1.8.3"
   },
-  "npmName": "nicescroll",
+  "npmName": "jquery.nicescroll",
   "npmFileMap": [
     {
       "basePath": "/dist/",