[Slashhack-cvs] slashhack/resources/js/jslib jslib.js,1.1,1.2
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-21 03:11:26
|
Update of /cvsroot/slashhack/slashhack/resources/js/jslib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28442/resources/js/jslib Modified Files: jslib.js Log Message: Task #106454 - include jslib. Index: jslib.js =================================================================== RCS file: /cvsroot/slashhack/slashhack/resources/js/jslib/jslib.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jslib.js 21 Oct 2004 03:06:48 -0000 1.1 --- jslib.js 21 Oct 2004 03:11:16 -0000 1.2 *************** *** 34,38 **** const JS_LIBRARY = "jslib"; const JS_LIB_FILE = "jslib.js" ! const JS_LIB_PATH = "chrome://jslib/content/"; const JS_LIB_VERSION = "0.1.205"; const JS_LIB_AUTHORS = "\tPete Collins <pe...@mo...>\n" --- 34,38 ---- const JS_LIBRARY = "jslib"; const JS_LIB_FILE = "jslib.js" ! const JS_LIB_PATH = "chrome://slashhack/content/resources/js/jslib/"; const JS_LIB_VERSION = "0.1.205"; const JS_LIB_AUTHORS = "\tPete Collins <pe...@mo...>\n" *************** *** 140,144 **** * - errorno or throws exception on failure * * eg: * ! * var path='chrome://jslib/content/io/file.js'; * * include(path); * * Or: * --- 140,144 ---- * - errorno or throws exception on failure * * eg: * ! * var path='chrome://slashhack/content/resources/js/jslib/io/file.js'; * * include(path); * * Or: * *************** *** 214,218 **** { include (jslib_window); ! var win = new CommonWindow("chrome://jslib/content/splash.xul", 400, 220); win.position = JS_MIDDLE_CENTER; win.openSplash(); --- 214,218 ---- { include (jslib_window); ! var win = new CommonWindow("chrome://slashhack/content/resources/js/jslib/splash.xul", 400, 220); win.position = JS_MIDDLE_CENTER; win.openSplash(); |