fix missing semicolon
This commit is contained in:
parent
b61ac59b66
commit
2c54d55189
@ -65,7 +65,7 @@ L.Util = {
|
|||||||
|
|
||||||
return function (handle) {
|
return function (handle) {
|
||||||
return requestFn.call(window, handle);
|
return requestFn.call(window, handle);
|
||||||
}
|
};
|
||||||
}()),
|
}()),
|
||||||
|
|
||||||
limitExecByInterval: function (fn, time, context) {
|
limitExecByInterval: function (fn, time, context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user