Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we please see the uncompiled JavaScript source for runtime.js?

Seeing the readable source would make it much easier to use Swiffy as part of a more complete Flash substitute/alternative.

like image 975
rushkeldon Avatar asked Nov 13 '22 09:11

rushkeldon


1 Answers

Use a javascript beautifier like this : http://jsbeautifier.org/ Just copy and paste the runtime.js code. Also its not compiled. It's been through a javascript minimizer.

like image 93
Justin Avatar answered Jan 04 '23 03:01

Justin