use the more portable $(obj).text() instead obj.text, MKWS-77
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Jan 2014 14:15:20 +0000 (14:15 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 24 Jan 2014 14:15:20 +0000 (14:15 +0000)
commitb5c1d1eb4a29e9fba366ac253c02f27e6f6d8142
tree066bec148d493f718848747101d0146f59fc7611
parent2ffcbeb3a1a3e8a4ac8c03c81973a182ca03e173
use the more portable $(obj).text() instead obj.text, MKWS-77

jquery xpath match returns a list of HTML object, so we need to convert the
object back to jquery, and run the .text() method on it instead .text property
test/spec/mkws-pazpar2.js