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 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. "use strict";
  2. // makestache template info {{{makestache_template_info}}}
  3. // the following string tells my make scripts its fine to overwtite this the library would have had a template str in the middle of the str
  4. // BUILT_FILE_{{{"makestache_template"}}}OVERWRITE_ALLOWED
  5. // {{{out_file_hint>jsync_lib*js}}} ... {{{output_filename}}}
  6. {{#is_makestache_template}}
  7. THIS_FILE_IS_A_MAKESTACHE_TEMPLATE
  8. {{/is_makestache_template}}
  9. // /* */
  10. (function (){
  11. var isProxy,tlu,msto_z
  12. var pf,msto_prx
  13. // jsync:dep.js
  14. // ------------------------------------------------------------------------------------------------
  15. {{{jsync_dep*js}}}
  16. // jsync:ord.js
  17. // ------------------------------------------------------------------------------------------------
  18. {{{jsync_ord*js}}}
  19. // jsync:ws.js
  20. // ------------------------------------------------------------------------------------------------
  21. {{{jsync_ws*js}}}
  22. // jsync:sto.js
  23. // ------------------------------------------------------------------------------------------------
  24. {{{jsync_sto*js}}}
  25. // jsync:init.js
  26. // ------------------------------------------------------------------------------------------------
  27. {{{jsync_init*js}}}
  28. // jsync:test.js
  29. // ------------------------------------------------------------------------------------------------
  30. {{{jsync_test*js}}}
  31. // glob_u.fns.get_room_name=get_room_name
  32. // window.ds_test=ds_test
  33. // glob_u.fns.ds_test=ds_test
  34. // window.msto_prx=msto_prx
  35. })()