From: Bill Erickson Date: Fri, 7 Mar 2014 19:43:26 +0000 (-0500) Subject: LP#1268619: api_level syntax repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aec54c4dc8baa86bab33478a26a7fe1560ea90ce;p=working%2FOpenSRF.git LP#1268619: api_level syntax repair Signed-off-by: Bill Erickson --- diff --git a/src/javascript/opensrf.js b/src/javascript/opensrf.js index a387a9d..db6e49d 100644 --- a/src/javascript/opensrf.js +++ b/src/javascript/opensrf.js @@ -92,7 +92,7 @@ osrfMessage.prototype.serialize = function() { 'type' : this.hash.type, 'payload' : (this.hash.payload) ? this.hash.payload.serialize() : 'null', 'locale' : this.hash.locale, - 'api_level' : this.hash.api_level; + 'api_level' : this.hash.api_level } }; };