From aec54c4dc8baa86bab33478a26a7fe1560ea90ce Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 7 Mar 2014 14:43:26 -0500 Subject: [PATCH] LP#1268619: api_level syntax repair Signed-off-by: Bill Erickson --- src/javascript/opensrf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; }; -- 2.11.0