remove event dispatcher

This commit is contained in:
casperlamboo 2016-08-19 14:09:25 +02:00
parent 5a5ded1b5a
commit 84f3656580
2 changed files with 0 additions and 2 deletions

View File

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

View File

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