Fix lib file path

Changed the include to what should be the correct file path. it does not exist in the controllers folder.
This commit is contained in:
Midnight 2017-11-05 13:39:26 -07:00 committed by GitHub
parent c1dfa24c12
commit e2ca3c6de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,7 @@
/* global entityIsCloneable:true, getGrabbableData:true, cloneEntity:true, propsAreCloneDynamic:true, Script,
propsAreCloneDynamic:true, Entities*/
Script.include("/~/system/controllers/controllerDispatcherUtils.js");
Script.include("/~/system/libraries/controllerDispatcherUtils.js");
// Object assign polyfill
if (typeof Object.assign !== 'function') {