Skip to content

Commit

Permalink
3.7.6 - angular fix
Browse files Browse the repository at this point in the history
Fixes
- Error in remove() using angular nicescroll with modal popup #683
  • Loading branch information
inuyaksa committed Jul 19, 2017
1 parent 91a3850 commit 54d164e
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# jQuery.NiceScroll
v. 3.7.5
v. 3.7.6

## The best nicescroll release ever - extremely smooth and consistent in modern browsers and mobile devices, with low resource usage

Expand Down
14 changes: 0 additions & 14 deletions changelog_3.7.5.txt

This file was deleted.

11 changes: 11 additions & 0 deletions changelog_3.7.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Changelog nicescroll release 3.7.6
https://nicescroll.areaaperta.com/
https://github.com/inuyaksa/jquery.nicescroll



Fixes
- Error in remove() using angular nicescroll with modal popup #683

Changes
- none
4 changes: 2 additions & 2 deletions demo/js/jquery.nicescroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.nicescroll.iframehelper.min.js

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

8 changes: 4 additions & 4 deletions dist/jquery.nicescroll.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* jquery.nicescroll
-- version 3.7.5
-- copyright 2017-07-13 InuYaksa*2017
-- version 3.7.6
-- copyright 2017-07-19 InuYaksa*2017
-- licensed under the MIT
--
-- https://nicescroll.areaaperta.com/
Expand Down Expand Up @@ -261,7 +261,7 @@

var self = this;

this.version = '3.7.5';
this.version = '3.7.6';
this.name = 'nicescroll';

this.me = me;
Expand Down Expand Up @@ -2514,7 +2514,7 @@

this.undelegate = function (dom, name, fn, bubble, active) {
var de = delegatevents[name]||false;
if (de) {
if (de&&de.l) { // quick fix #683
for (var a=0,l=de.l.length;a<l;a++) {
if (de.a[a] === self.id) {
de.a.splice(a);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.nicescroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jquery.nicescroll.iframehelper.min.js

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

8 changes: 4 additions & 4 deletions jquery.nicescroll.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* jquery.nicescroll
-- version 3.7.5
-- copyright 2017-07-13 InuYaksa*2017
-- version 3.7.6
-- copyright 2017-07-19 InuYaksa*2017
-- licensed under the MIT
--
-- https://nicescroll.areaaperta.com/
Expand Down Expand Up @@ -261,7 +261,7 @@

var self = this;

this.version = '3.7.5';
this.version = '3.7.6';
this.name = 'nicescroll';

this.me = me;
Expand Down Expand Up @@ -2514,7 +2514,7 @@

this.undelegate = function (dom, name, fn, bubble, active) {
var de = delegatevents[name]||false;
if (de) {
if (de&&de.l) { // quick fix #683
for (var a=0,l=de.l.length;a<l;a++) {
if (de.a[a] === self.id) {
de.a.splice(a);
Expand Down
4 changes: 2 additions & 2 deletions jquery.nicescroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.nicescroll",
"version": "3.7.5",
"version": "3.7.6",
"bugs": "https://github.com/inuyaksa/jquery.nicescroll/issues",
"repository": {
"type": "git",
Expand Down

0 comments on commit 54d164e

Please sign in to comment.