Actions
Bug #2596
closedWAudio: "missing ) in parenthetical"
Description
When calling the 'pause' method of a WAudio Widget, get a "missing ) in parenthetical" popup error
Please note removing the last '}' of this line solved the problem:
doJavaScript("jQuery.data(" + jsRef() + ", 'obj').pause();}");
(located in the WAbstractMedia::pause implementation)
Updated by Wim Dumon almost 11 years ago
- Status changed from New to Resolved
Looks like you're right.
Wim.
Updated by Koen Deforche almost 11 years ago
- Status changed from Resolved to Closed
Actions