comparison client/digitallibrary/baselib.js @ 344:735ea8bab962

with version number
author robcast
date Wed, 23 Feb 2005 17:53:56 +0100
parents d4c302cdeed1
children 3b710e39823b
comparison
equal deleted inserted replaced
343:d4c302cdeed1 344:735ea8bab962
21 21
22 */ 22 */
23 23
24 function base_init() { 24 function base_init() {
25 // init function 25 // init function
26 baseScriptVersion = "1.1b"; 26 baseScriptVersion = "1.1.1b";
27 dlParams = new Object(); 27 dlParams = new Object();
28 browserType = getBrowserType(); 28 browserType = getBrowserType();
29 } 29 }
30 30
31 31