added some Operations, a connector, more structure. In particular I put a lot of time into the event handling

This commit is contained in:
Kevin Jahns
2015-06-21 14:55:39 +02:00
parent 042bcee482
commit 3142b0f161
8 changed files with 634 additions and 10 deletions

View File

@@ -1 +1,6 @@
/* @flow */
function Y (opts) {
var connector = opts.connector;
Y.Connectors[connector.name]
}