[Pkg-javascript-commits] [leaflet] 259/301: Fix spelling mistake in removeClass
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 00e0dcf3e57ab3c7f89cdcee79d571660a1552e6
Author: danzel <danzel at localhost.geek.nz>
Date: Fri Nov 15 10:17:08 2013 +1300
Fix spelling mistake in removeClass
---
src/dom/DomUtil.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dom/DomUtil.js b/src/dom/DomUtil.js
index 4eced9c..f0bf761 100644
--- a/src/dom/DomUtil.js
+++ b/src/dom/DomUtil.js
@@ -127,7 +127,7 @@ L.DomUtil = {
if (el.classList !== undefined) {
el.classList.remove(name);
} else {
- L.DomUtil._setClass(el, L.Util.trim((' ' + L.DomUti._getClass(el) + ' ').replace(' ' + name + ' ', ' ')));
+ L.DomUtil._setClass(el, L.Util.trim((' ' + L.DomUtil._getClass(el) + ' ').replace(' ' + name + ' ', ' ')));
}
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list