|
From: <ma...@us...> - 2011-05-20 21:56:11
|
Revision: 339
http://openautomation.svn.sourceforge.net/openautomation/?rev=339&view=rev
Author: mayerch
Date: 2011-05-20 21:56:05 +0000 (Fri, 20 May 2011)
Log Message:
-----------
Format cleanup
Modified Paths:
--------------
CometVisu/trunk/visu/designs/structure_pure.js
Modified: CometVisu/trunk/visu/designs/structure_pure.js
===================================================================
--- CometVisu/trunk/visu/designs/structure_pure.js 2011-05-18 08:34:17 UTC (rev 338)
+++ CometVisu/trunk/visu/designs/structure_pure.js 2011-05-20 21:56:05 UTC (rev 339)
@@ -288,7 +288,7 @@
'styling' : $p.attr('styling'),
'on_value' : $p.attr('on_value' ) || 1,
'off_value' : $p.attr('off_value') || 0,
- 'align' : $p.attr('align'),
+ 'align' : $p.attr('align'),
'type' : 'switch'
} ).bind( 'click', this.action );
for( var addr in address ) $actor.bind( addr, this.update );
@@ -315,7 +315,7 @@
off_value: { type: 'string' , required: false },
mapping: { type: 'mapping' , required: false },
styling: { type: 'styling' , required: false },
- align: { type: 'string' , required: false }
+ align: { type: 'string' , required: false }
},
elements: {
label: { type: 'string', required: true, multi: false },
@@ -446,7 +446,7 @@
button4value: { type: 'string' , required: false },
mapping: { type: 'mapping' , required: false },
styling: { type: 'styling' , required: false },
- align: { type: 'string' , required: false }
+ align: { type: 'string' , required: false }
},
elements: {
label: { type: 'string', required: false, multi: false },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|