diff options
author | Derrell Lipman <derrell@samba.org> | 2007-02-06 03:31:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:39 -0500 |
commit | 0a5d888c24c925222dd94cdd80a29e09b235b795 (patch) | |
tree | 8504a9842030e9163192484402c49ff79754e4bd /webapps/swat/source/class/swat/module/documentation/Fsm.js | |
parent | ef256c958066c19bb10cbe9745bdf96b6514762d (diff) | |
download | samba-0a5d888c24c925222dd94cdd80a29e09b235b795.tar.gz samba-0a5d888c24c925222dd94cdd80a29e09b235b795.tar.bz2 samba-0a5d888c24c925222dd94cdd80a29e09b235b795.zip |
r21168: - Step 2: Update swat for the latest qooxdoo version. The build now copies
only those icons which are actually used. This means that instead of a few
thousand files getting copied to /usr/local/samba/share/webapps (or
wherever), the number is less than an order of magnitude fewer. This should
make Andrew happier yet.
(This used to be commit 754c4fe01f91ecdbf156c757804118ef301bffe3)
Diffstat (limited to 'webapps/swat/source/class/swat/module/documentation/Fsm.js')
-rw-r--r-- | webapps/swat/source/class/swat/module/documentation/Fsm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapps/swat/source/class/swat/module/documentation/Fsm.js b/webapps/swat/source/class/swat/module/documentation/Fsm.js index 184b438520..b58f57cf1f 100644 --- a/webapps/swat/source/class/swat/module/documentation/Fsm.js +++ b/webapps/swat/source/class/swat/module/documentation/Fsm.js @@ -67,4 +67,4 @@ qx.Proto.buildFsm = function(module) /** * Singleton Instance Getter */ -qx.Class.getInstance = qx.util.Return.returnInstance; +qx.Class.getInstance = qx.lang.Function.returnInstance; |