phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

Move JSONFormat into separate file json-format.js #89

Open Joncom opened 2 years ago

Joncom commented 2 years ago

The JSONFormat function is currently found inside jquery-1.7.1.min.js

https://github.com/phoboslab/Impact/blob/ca59f0e1a443a2667c5c0579ae74fdb67a1c3dcb/lib/weltmeister/jquery-1.7.1.min.js#L105-L155

However, it does not seem to be related to jQuery in any way, and should probably be in its own file called json-format.js