mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Moved remaining code to instances
This commit is contained in:
committed by
Christoph Oberhofer
parent
b733c2b7fd
commit
633eabe86c
@@ -1,4 +1,4 @@
|
||||
export default (function() {
|
||||
export default function createEventedElement() {
|
||||
var events = {};
|
||||
|
||||
function getEvent(eventName) {
|
||||
@@ -79,4 +79,4 @@ export default (function() {
|
||||
}
|
||||
}
|
||||
};
|
||||
})();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user