You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jsync_lib_nginx_template.js 1020B

123456789101112131415161718192021222324252627282930313233343536
  1. "use strict";
  2. // NOT rewritten yet
  3. (function (){
  4. var isProxy,tlu,msto_z
  5. var pf,msto_prx
  6. // jsync:dep.js
  7. // ------------------------------------------------------------------------------------------------
  8. {{{jsync_dep}}}
  9. // jsync:ord.js
  10. // ------------------------------------------------------------------------------------------------
  11. {{{jsync_ord}}}
  12. // jsync:ws.js
  13. // ------------------------------------------------------------------------------------------------
  14. {{{jsync_ws}}}
  15. // jsync:sto.js
  16. // ------------------------------------------------------------------------------------------------
  17. {{{jsync_sto}}}
  18. // jsync:init.js
  19. // ------------------------------------------------------------------------------------------------
  20. {{{jsync_init}}}
  21. // jsync:test.js
  22. // ------------------------------------------------------------------------------------------------
  23. {{{jsync_test}}}
  24. // glob_u.fns.get_room_name=get_room_name
  25. // window.ds_test=ds_test
  26. // glob_u.fns.ds_test=ds_test
  27. // window.msto_prx=msto_prx
  28. })()