projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e73631
)
LP#1268619: api_level syntax repair
author
Bill Erickson
<berick@esilibrary.com>
Fri, 7 Mar 2014 19:43:26 +0000
(14:43 -0500)
committer
Bill Erickson
<berick@esilibrary.com>
Sun, 4 May 2014 20:10:36 +0000
(16:10 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/javascript/opensrf.js
patch
|
blob
|
history
diff --git
a/src/javascript/opensrf.js
b/src/javascript/opensrf.js
index
a387a9d
..
db6e49d
100644
(file)
--- 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
}
};
};