Widget:KeywordSearch: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 48: | Line 48: | ||
return getStrings($(this).children()); | return getStrings($(this).children()); | ||
}); | }); | ||
console.log( | var testVar2 = testVar.makeArray(); | ||
console.log(testVar2); | |||
}); | }); | ||
function getStrings(obj) { | function getStrings(obj) { |