User tests: Successful: Unsuccessful:
Following the thread, this is the PR to add support for RequireJS (dependecy management)
https://groups.google.com/forum/?fromgroups#!topic/joomla-dev-cms/s2Wqo7eNKfo
/**
* Adds a linked javascript module to the page.
*
* Example:
*
* $doc->addJavascriptModule('mediamanager', 'media/media/js/mediamanager.js');
* $doc->addJavascriptModule('installation', 'installation/template/js/installation.js', array('mediamanager'));
*
* Reference: Why AMD? http://requirejs.org/docs/whyamd.html
*
* @param string $moduleId Value of module identication in the module loader.
* @param string $url URL to the linked script
* @param array $dependencies Array of module dependencies
*
* @return JDocument instance of $this to allow chaining
*
* @since 11.1
*/
public function addJavascriptModule($moduleId, $url, $dependencies = array())
Hi,
This is the associated tracker:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=31071
Thanks,
Closing as per the comment on joomlacode
Please can you create a corresponding joomlacode tracker item for this - thanks