fix typo
This commit is contained in:
parent
5647f37ae6
commit
b0d3e8bc25
@ -39,7 +39,7 @@ L.Util = {
|
||||
if (typeof obj === 'object') {
|
||||
args = Array.prototype.slice.call(arguments, 3);
|
||||
|
||||
for (var i in obj) {
|
||||
for (i in obj) {
|
||||
if (obj.hasOwnProperty(i)) {
|
||||
method.apply(context, [i, obj[i]].concat(args));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user