Skip to content

Commit

Permalink
proxy function for window.listItemTask shouljd have a return value to…
Browse files Browse the repository at this point in the history
… maintain backwards compatability

Fixes issue #18203
  • Loading branch information
geraintedwards committed Oct 3, 2017
1 parent b13c4e1 commit 68a4875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/system/js/core-uncompressed.js
Expand Up @@ -676,7 +676,7 @@ Joomla.editors.instances = Joomla.editors.instances || {
* @deprecated 4.0 Use Joomla.listItemTask() instead
*/
window.listItemTask = function ( id, task ) {
Joomla.listItemTask( id, task );
return Joomla.listItemTask( id, task );
};

/**
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68a4875

Please sign in to comment.