Remove extra word from doc string
This commit is contained in:
parent
bc82976430
commit
a97b87d033
@ -170,7 +170,7 @@ L.Evented = L.Class.extend({
|
||||
// @method fire(type: String, data?: Object, propagate?: Boolean): this
|
||||
// Fires an event of the specified type. You can optionally provide an data
|
||||
// object — the first argument of the listener function will contain its
|
||||
// properties. The event might can optionally be propagated to event parents.
|
||||
// properties. The event can optionally be propagated to event parents.
|
||||
fire: function (type, data, propagate) {
|
||||
if (!this.listens(type, propagate)) { return this; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user