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_template.js 999B

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