Moved remaining code to instances

This commit is contained in:
Christoph Oberhofer
2016-05-09 08:50:14 +02:00
committed by Christoph Oberhofer
parent b733c2b7fd
commit 633eabe86c
4 changed files with 549 additions and 580 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export default (function() {
export default function createEventedElement() {
var events = {};
function getEvent(eventName) {
@@ -79,4 +79,4 @@ export default (function() {
}
}
};
})();
};