|
From: Jon O. <jon...@us...> - 2006-09-17 20:16:02
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/XulMenu In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32089/modules/mx_simpledoc/simpledoc/shared/XulMenu Modified Files: XulMenu.js Log Message: My god, this module is advanced... Index: XulMenu.js =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/shared/XulMenu/XulMenu.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XulMenu.js 23 Apr 2006 19:21:28 -0000 1.1 --- XulMenu.js 17 Sep 2006 20:15:57 -0000 1.2 *************** *** 11,15 **** /* This code has been modified a little to get it work with SimpleDoc the way I wanted */ function XulMenu(id) { ! this.type = "horizontal"; this.position = { --- 11,15 ---- /* This code has been modified a little to get it work with SimpleDoc the way I wanted */ function XulMenu(id) { ! this.type = "horizontal"; this.position = { |