minor whitespace cleanup
This commit is contained in:
parent
ef02f60387
commit
619698f6fb
@ -9,6 +9,7 @@ L.Mixin = {};
|
||||
L.Mixin.Events = {
|
||||
|
||||
addEventListener: function (types, fn, context) { // (String, Function[, Object]) or (Object[, Object])
|
||||
|
||||
var events = this[key] = this[key] || {},
|
||||
type, i, len, evt,
|
||||
contextId, objKey, objLenKey, eventsObj;
|
||||
|
Loading…
Reference in New Issue
Block a user