minor whitespace cleanup

This commit is contained in:
Vladimir Agafonkin 2013-01-31 17:32:16 +02:00
parent ef02f60387
commit 619698f6fb

View File

@ -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;