oops, perl syntax
authorphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 Feb 2005 18:34:32 +0000 (18:34 +0000)
committerphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 Feb 2005 18:34:32 +0000 (18:34 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@43 9efc2488-bf62-4759-914b-345cdb29e865

src/javascript/opensrf_domain_object.js

index edbd247..615b8c5 100644 (file)
@@ -167,7 +167,9 @@ oilsMethod.prototype._getParamsNode = function() {
 /** Returns an array of param objects  */
 oilsMethod.prototype.getParams = function() {
        var node = this._getParamsNode();
-       if(node != null ) { return JSON2js( node->textContent ); }
+       if(node != null ) { 
+               return JSON2js( node.textContent ); 
+       }
 }