L.Class does not initialize when extended with Coffeescript Class #1314
Closed
Description
opened on Jan 25, 2013
Expected class Layer extends L.Class
to work the same as
Layer = L.Class.extend({})
but the former was not initializing correctly
Metadata
Assignees
Labels
No labels
Activity