You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/08 17:01:53 UTC

svn commit: r1729199 - /steve/trunk/pysteve/www/htdocs/js/steve_rest.js

Author: humbedooh
Date: Mon Feb  8 16:01:53 2016
New Revision: 1729199

URL: http://svn.apache.org/viewvc?rev=1729199&view=rev
Log:
fix xstate

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_rest.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_rest.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_rest.js?rev=1729199&r1=1729198&r2=1729199&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Mon Feb  8 16:01:53 2016
@@ -1039,7 +1039,7 @@ function castVote(election, issue, uid,
     },
     undefined,
     castVoteCallback,
-    issue)
+    {issue: issue})
 }
 
 function castVoteCallback(code, response, state) {