Sha256: 639d8c69f95fc3db202154d58ad9ef2af2e75b91f8097cf9b35cc3f1a97c7a9c
Contents?: true
Size: 602 Bytes
Versions: 4
Compression:
Stored size: 602 Bytes
Contents
// RSence client-side namespace initialization. // Current contents are a store for guiTrees and the serverConf method for setting up variables before starting. var RSence = { // Configuration method for the html document of the server serverConf: function(_clientPrefix,_helloUrl){ COMM.ClientPrefix=_clientPrefix; COMM.Transporter.HelloUrl=_helloUrl; HThemeManager.themePath=_clientPrefix+'/themes'; HThemeManager._start(); COMM.AutoSyncStarter.start(); }, // Structure reserved for JSONRenderer instances remotely populated by the server guiTrees: { } };
Version data entries
4 entries across 4 versions & 1 rubygems