|
From: <ma...@us...> - 2011-01-15 22:38:38
|
Revision: 250
http://openautomation.svn.sourceforge.net/openautomation/?rev=250&view=rev
Author: mayerch
Date: 2011-01-15 22:38:32 +0000 (Sat, 15 Jan 2011)
Log Message:
-----------
bug fix: scope was too narrow
Modified Paths:
--------------
PyWireGate/trunk/logic_editor/logicEditor.js
Modified: PyWireGate/trunk/logic_editor/logicEditor.js
===================================================================
--- PyWireGate/trunk/logic_editor/logicEditor.js 2011-01-15 22:34:27 UTC (rev 249)
+++ PyWireGate/trunk/logic_editor/logicEditor.js 2011-01-15 22:38:32 UTC (rev 250)
@@ -160,7 +160,7 @@
}
jQuery(document).ready(function(){
- var getCoordinate = (function()
+ getCoordinate = (function()
{
var svg = $('#editor svg'); // quasi static variable
return function( event ) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|