The implementation of hook_library() seems to return wrong path to qunit and jquery.bigiframe.

Actual code (jquery_update.module line 13):
$path = drupal_get_path('module', 'jquery_update') . '/ui/external';
I think, this should be replaced by:
$path = drupal_get_path('module', 'jquery_update') . '/replace/ui/external';

And the filename jquery.bigiframe-2.1.2.js (in /replace/ui/external) should be renamed to jquery.bigiframe.js? Or you add the version-information in the code on line 40.

Comments

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This is no longer an issue in the 7.x-3.x branch.