Closed (outdated)
Project:
jPlayer
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2012 at 13:16 UTC
Updated:
18 Jun 2016 at 20:54 UTC
Jump to comment: Most recent
According to the library API,
'js' => array(...);
should rather be:
'files' => array( 'js' => array(...) );
The need for $path also seems like a misuse of the library API.
Maybe related ?
#1291532: Failure to find jplayer-min.js when drupal sitewide js aggregation is on
#1311344: Not loading jplayer.js and jquery.jplayer.min.js when loading node through node_load()
Comments
Comment #1
drzraf commentedforgot to say that AFAICT it should be
jplayer_libraries_info()!Comment #2
markie commentedAll: With the release of 7.x-2.0 I am going to close this issue and look forward to any new issues created against that release. Thanks for your patience on this project.