Skip to content

Commit

Permalink
add @SInCE __DEPLOY_VERSION__
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Aug 19, 2016
1 parent fdcb48e commit 1fc35e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/system/js/core-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ Joomla.editors.instances = Joomla.editors.instances || {};

/**
* Joomla options storage
*
* @type {{}}
*
* @since __DEPLOY_VERSION__
*/
Joomla.optionsStorage = Joomla.optionsStorage || null;

Expand All @@ -84,6 +87,8 @@ Joomla.editors.instances = Joomla.editors.instances || {};
* @param mixed def Default value if nothing found
*
* @return mixed
*
* @since __DEPLOY_VERSION__
*/
Joomla.getOptions = function( key, def) {

Expand Down

0 comments on commit 1fc35e5

Please sign in to comment.