remove event dispatcher

This commit is contained in:
casperlamboo 2016-08-19 14:09:25 +02:00 committed by Simon Voordouw
parent 8d2ddb72ec
commit 38a3c312e2
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ SystemJS.config({
"github:*/*.json" "github:*/*.json"
], ],
map: { map: {
"EventDispatcher": "github:mrdoob/eventdispatcher.js@1.0.0",
"json": "github:systemjs/plugin-json@0.1.2", "json": "github:systemjs/plugin-json@0.1.2",
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master", "Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
"three.js": "github:mrdoob/three.js@r72" "three.js": "github:mrdoob/three.js@r72"

View File

@ -7,7 +7,6 @@
}, },
"dependencies": { "dependencies": {
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master", "Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
"EventDispatcher": "github:mrdoob/eventdispatcher.js@^1.0.0",
"json": "github:systemjs/plugin-json@^0.1.2", "json": "github:systemjs/plugin-json@^0.1.2",
"three.js": "github:mrdoob/three.js@r72" "three.js": "github:mrdoob/three.js@r72"
}, },