[Debtags-commits] [svn] r2164 - web/trunk/cloud
Erich Schubert
erich at alioth.debian.org
Sat Nov 25 16:24:51 CET 2006
Author: erich
Date: Sat Nov 25 16:24:50 2006
New Revision: 2164
Modified:
web/trunk/cloud/cloud.js
Log:
syntax fix, for opera
Modified: web/trunk/cloud/cloud.js
==============================================================================
--- web/trunk/cloud/cloud.js (original)
+++ web/trunk/cloud/cloud.js Sat Nov 25 16:24:50 2006
@@ -107,7 +107,7 @@
shortname: facets[facet][0],
count: facets[facet][1],
tags: new Array(),
- toggleCloud: toggleCloud,
+ toggleCloud: toggleCloud
};
// insert into array
fobjs[facets[facet][0]] = fobj;
More information about the Debtags-commits
mailing list