Remove extra word from doc string

This commit is contained in:
Per Liedman 2016-10-20 08:22:50 +02:00
parent bc82976430
commit a97b87d033

View File

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