Ticket #53 (closed defect: fixed)
missing ;
| Reported by: | metal | Owned by: | zeank |
|---|---|---|---|
| Priority: | highest | Milestone: | jsjac-1.3.2 |
| Component: | jsjac | Version: | 1.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
hi Stefan, jsjac.packed.js is broken... I tested in versions 1.3.1 and 1.3.2
Error: missing ; before statement Line: 33, Column: 89 Source Code: es.item(i).namespaceURI==ns){return nodes.item(i)}}}else{return nodes.item(0)}return null}JSJaCPacket.prototype.getChildVal=function(name,ns){var node=this.getChild(name,ns);if(node&&node.firstChild){return node.firstChild.nodeValue}else{return}};JSJaCP
cheers, metal
Change History
Note: See
TracTickets for help on using
tickets.
