GooTechnologies / goojs

3D WebGL engine.
http://goocreate.com
MIT License
1.21k stars 139 forks source link

Clean the script handler a bit. #7

Open hccampos opened 8 years ago

hccampos commented 8 years ago

Cleaned the script handler a bit by moving constants and validators to the ScriptUtils where other similar things were already located. Also removed a lot of duplication and made the type validation for parameters more flexible.

We should be able to reuse this code more easily for validating state machine action parameters in the future.