fix missing semicolon

This commit is contained in:
mourner 2012-02-23 10:33:49 +02:00
parent b61ac59b66
commit 2c54d55189

View File

@ -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) {