|
From: <ma...@us...> - 2011-06-05 16:50:28
|
Revision: 355
http://openautomation.svn.sourceforge.net/openautomation/?rev=355&view=rev
Author: mayerch
Date: 2011-06-05 16:50:22 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Styling...
Modified Paths:
--------------
CometVisu/trunk/visu/plugins/colorchooser/structure_plugin.js
Modified: CometVisu/trunk/visu/plugins/colorchooser/structure_plugin.js
===================================================================
--- CometVisu/trunk/visu/plugins/colorchooser/structure_plugin.js 2011-06-05 16:48:00 UTC (rev 354)
+++ CometVisu/trunk/visu/plugins/colorchooser/structure_plugin.js 2011-06-05 16:50:22 UTC (rev 355)
@@ -32,7 +32,7 @@
$p.find('address').each( function(){
var src = this.textContent;
var transform = this.getAttribute('transform');
- var color = this.getAttribute('variant' );
+ var color = this.getAttribute('variant' );
var readonly = this.getAttribute('readonly' );
ga_list.push( src );
address[ '_' + src ] = [ transform, color, readonly=='true' ];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|