Lib_Js_Mage - Version 1.9.3.2

Version Notes

1.9.3.2

Download this release

Release Info

Developer Magento Core Team
Extension Lib_Js_Mage
Version 1.9.3.2
Comparing to
See all releases


Code changes from version 1.9.3.1 to 1.9.3.2

Files changed (53) hide show
  1. js/index.php +1 -1
  2. js/lib/dropdown.js +1 -1
  3. js/lib/flex.js +1 -1
  4. js/lib/jquery/noconflict.js +1 -1
  5. js/mage/adminhtml/accordion.js +1 -1
  6. js/mage/adminhtml/backup.js +1 -1
  7. js/mage/adminhtml/browser.js +1 -1
  8. js/mage/adminhtml/events.js +1 -1
  9. js/mage/adminhtml/flexuploader.js +1 -1
  10. js/mage/adminhtml/form.js +1 -1
  11. js/mage/adminhtml/giftmessage.js +1 -1
  12. js/mage/adminhtml/giftoptions/tooltip.js +1 -1
  13. js/mage/adminhtml/grid.js +1 -1
  14. js/mage/adminhtml/hash.js +1 -1
  15. js/mage/adminhtml/image.js +1 -1
  16. js/mage/adminhtml/loader.js +1 -1
  17. js/mage/adminhtml/magento-all.js +1 -1
  18. js/mage/adminhtml/product.js +1 -1
  19. js/mage/adminhtml/product/composite/configure.js +1 -1
  20. js/mage/adminhtml/rules.js +1 -1
  21. js/mage/adminhtml/sales.js +1 -1
  22. js/mage/adminhtml/sales/packaging.js +1 -1
  23. js/mage/adminhtml/scrollbar.js +1 -1
  24. js/mage/adminhtml/tabs.js +1 -1
  25. js/mage/adminhtml/tools.js +1 -1
  26. js/mage/adminhtml/uploader.js +1 -1
  27. js/mage/adminhtml/uploader/instance.js +1 -1
  28. js/mage/adminhtml/variables.js +1 -1
  29. js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentovariable/editor_plugin.js +1 -1
  30. js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget/editor_plugin.js +1 -1
  31. js/mage/adminhtml/wysiwyg/tiny_mce/setup.js +1 -1
  32. js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css +1 -1
  33. js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/dialog.css +1 -1
  34. js/mage/adminhtml/wysiwyg/widget.js +1 -1
  35. js/mage/captcha.js +1 -1
  36. js/mage/centinel.js +1 -1
  37. js/mage/cookies.js +1 -1
  38. js/mage/directpost.js +1 -1
  39. js/mage/translate.js +1 -1
  40. js/mage/translate_inline.css +1 -1
  41. js/mage/translate_inline.js +1 -1
  42. js/varien/accordion.js +1 -1
  43. js/varien/configurable.js +1 -1
  44. js/varien/form.js +1 -1
  45. js/varien/iehover-fix.js +1 -1
  46. js/varien/js.js +1 -1
  47. js/varien/menu.js +1 -1
  48. js/varien/payment.js +1 -1
  49. js/varien/product.js +1 -1
  50. js/varien/product_options.js +1 -1
  51. js/varien/telephone.js +1 -1
  52. js/varien/weee.js +1 -1
  53. package.xml +6 -6
js/index.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage
23
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage
23
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
js/lib/dropdown.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  dropdown = function() {
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  dropdown = function() {
js/lib/flex.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/lib/jquery/noconflict.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/accordion.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienAccordion = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienAccordion = new Class.create();
js/mage/adminhtml/backup.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var AdminBackup = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var AdminBackup = new Class.create();
js/mage/adminhtml/browser.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  MediabrowserUtility = {
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  MediabrowserUtility = {
js/mage/adminhtml/events.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  // from http://www.someelement.com/2007/03/eventpublisher-custom-events-la-pubsub.html
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  // from http://www.someelement.com/2007/03/eventpublisher-custom-events-la-pubsub.html
js/mage/adminhtml/flexuploader.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/form.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienForm = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienForm = new Class.create();
js/mage/adminhtml/giftmessage.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/giftoptions/tooltip.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/grid.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienGrid = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienGrid = new Class.create();
js/mage/adminhtml/hash.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /*
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /*
js/mage/adminhtml/image.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/loader.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/magento-all.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/product.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/product/composite/configure.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/rules.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/sales.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var AdminOrder = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var AdminOrder = new Class.create();
js/mage/adminhtml/sales/packaging.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var Packaging = Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var Packaging = Class.create();
js/mage/adminhtml/scrollbar.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /**************************************************
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /**************************************************
js/mage/adminhtml/tabs.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienTabs = new Class.create();
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var varienTabs = new Class.create();
js/mage/adminhtml/tools.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function setLocation(url){
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function setLocation(url){
js/mage/adminhtml/uploader.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /**
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  /**
js/mage/adminhtml/uploader/instance.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/variables.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentovariable/editor_plugin.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget/editor_plugin.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  tinyMCE.addI18n({en:{
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  tinyMCE.addI18n({en:{
js/mage/adminhtml/wysiwyg/tiny_mce/setup.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/dialog.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/adminhtml/wysiwyg/widget.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package Mage_Adminhtml
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/captcha.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var Captcha = Class.create();
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var Captcha = Class.create();
js/mage/centinel.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var CentinelAuthenticate = Class.create();
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var CentinelAuthenticate = Class.create();
js/mage/cookies.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  // old school cookie functions grabbed off the web
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  // old school cookie functions grabbed off the web
js/mage/directpost.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var directPost = Class.create();
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var directPost = Class.create();
js/mage/translate.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/translate_inline.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/mage/translate_inline.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Mage
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Mage
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/varien/accordion.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  Accordion = Class.create();
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  Accordion = Class.create();
js/varien/configurable.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  if (typeof Product == 'undefined') {
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  if (typeof Product == 'undefined') {
js/varien/form.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  VarienForm = Class.create();
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  VarienForm = Class.create();
js/varien/iehover-fix.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function toggleMenu(el, over)
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function toggleMenu(el, over)
js/varien/js.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function popWin(url,win,para) {
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  function popWin(url,win,para) {
js/varien/menu.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/varien/payment.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var paymentForm = Class.create();
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var paymentForm = Class.create();
js/varien/product.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  if(typeof Product=='undefined') {
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  if(typeof Product=='undefined') {
js/varien/product_options.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
js/varien/telephone.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var telephoneElem = Class.create();
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
  var telephoneElem = Class.create();
js/varien/weee.js CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category Varien
21
  * @package js
22
- * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
19
  *
20
  * @category Varien
21
  * @package js
22
+ * @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Js_Mage</name>
4
- <version>1.9.3.1</version>
5
  <stability>stable</stability>
6
  <license>Mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Javascript Libraries for Magento</summary>
10
  <description>Javascript Libraries for Magento</description>
11
- <notes>1.9.3.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2016-11-11</date>
14
- <time>15:20:59</time>
15
- <contents><target name="mageweb"><dir name="js"><dir name="lib"><file name="FABridge.js" hash="64244d8d58abd42bd71f0ee3309767ad"/><file name="boxover.js" hash="a5ade77452e8d5066cb84dcac3d34ed5"/><file name="ccard.js" hash="d3e849be0977d53de4af933b40293ff6"/><file name="dropdown.js" hash="3fde17b96923bfdc306bef7543dbfea3"/><file name="ds-sleight.js" hash="85af457d444865d1587bfe4875bd4fc6"/><file name="flex.js" hash="75e89a07d2aa6d4e7cd8bb1f1d438666"/><dir name="jquery"><file name="jquery-1.10.2.js" hash="91515770ce8c55de23b306444d8ea998"/><file name="jquery-1.10.2.min.js" hash="841dc30647f93349b7d8ef61deebe411"/><file name="jquery-1.10.2.min.map" hash="6c3ccfc221d36777d383b6e04d0b8af9"/><file name="noconflict.js" hash="12f820da0f5ba19abfb4f5fc270bb62c"/></dir><dir name="uploader"><file name="flow.min.js" hash="a82a557db407b53d5909fa4e1833a596"/><file name="fusty-flow-factory.js" hash="b3f49be0f28be74e8b8bb76496c52bc3"/><file name="fusty-flow.js" hash="302f440908837093fd4e9b6e76ec01e0"/></dir></dir><dir name="mage"><dir name="adminhtml"><file name="accordion.js" hash="c69fb4275ddd2a0baf7be854cb0b188b"/><file name="backup.js" hash="9538a8fd84c0a65696cba9487d651caa"/><file name="browser.js" hash="c68ad401b06a251ff234d866a378730a"/><file name="events.js" hash="9ec42a72a1946dcec30e5d73111e3f9d"/><file name="flexuploader.js" hash="5478ea9437e07b87687f4cd3c06f3d74"/><file name="form.js" hash="798896e67e23a49ab20816a511297b19"/><file name="giftmessage.js" hash="7e9321a76824a6a516ce4ddc064b05fb"/><dir name="giftoptions"><file name="tooltip.js" hash="42e079edb7bceb6aebe3752dcb370bc2"/></dir><file name="grid.js" hash="993d4f14f6ab979c90e9d261a0414a1b"/><file name="hash.js" hash="0c0010249185c483632126de3bd4fe0a"/><file name="image.js" hash="0a6884666b87b90d098b9a49ad61fd37"/><file name="loader.js" hash="95b9827f8397355e9dab952493603d53"/><file name="magento-all.js" hash="42ad823ed9988e006c1fa50c6e6fae49"/><dir name="product"><dir name="composite"><file name="configure.js" hash="2df7c2efc9dc56d62df4daadad7c3ebc"/></dir></dir><file name="product.js" hash="815c0eba8537afe9ee7841a44aca231b"/><file name="rules.js" hash="11cc661646db09a9d42627df4e1c3b2b"/><dir name="sales"><file name="packaging.js" hash="def1d23d123afe6f488ad9941dbedea6"/></dir><file name="sales.js" hash="720409ee3dec64a678117c488f6b3f47"/><file name="scrollbar.js" hash="78cdcbc2f75ea31209baf10eb877395b"/><file name="tabs.js" hash="a39e63c9dfcc2a112e9933ff2ae2e334"/><file name="tools.js" hash="f35f0a11505bea4570acdd7b288aee13"/><dir name="uploader"><file name="instance.js" hash="cd80adb50e15f551ca4a6a6f9ff017de"/></dir><file name="uploader.js" hash="8337a066f08680c1f5fc0a197fc09c15"/><file name="variables.js" hash="13c9221601f60facbd9706f3cbc22b7f"/><dir name="wysiwyg"><dir name="tiny_mce"><dir name="plugins"><dir name="magentovariable"><file name="editor_plugin.js" hash="80ba1f07c63ae478086f504faf61218d"/><dir name="img"><file name="icon.gif" hash="682b29a0e734f952cb2edabede6a25d1"/></dir></dir><dir name="magentowidget"><file name="editor_plugin.js" hash="2be4a89460ff89411a69216d6632bb7a"/><dir name="img"><file name="icon.gif" hash="532c141286373f098f1f4362e001c7f8"/></dir></dir></dir><file name="setup.js" hash="3b59ed7ab4547616dded944e042b38df"/><dir name="themes"><dir name="advanced"><dir name="skins"><dir name="default"><file name="content.css" hash="2c737298d2829301f4ed2af3e6d77cb3"/><file name="dialog.css" hash="b516ed4d95b4b3aecad5908c592d0c6a"/></dir></dir></dir></dir></dir><file name="widget.js" hash="4c62506df1598495a70a01cd129673db"/></dir></dir><file name="captcha.js" hash="a4da9fb2f7380186f2dbe01332932074"/><file name="centinel.js" hash="7f8c15d42bdab489bae63c9de7530cda"/><file name="cookies.js" hash="5baf73666a850c5d24b6382886dab51d"/><file name="directpost.js" hash="65ec1550f5c434de2fe50c63e410f011"/><file name="translate.js" hash="03c6b2fa8ea4a93a44a5d816d82f60fa"/><file name="translate_inline.css" hash="b04b581fd93c8ec742e7ceabcb11e16c"/><file name="translate_inline.js" hash="c17cd411d63c15a39a06c441a6e62c58"/></dir><dir name="varien"><file name="accordion.js" hash="560046730d15cd2c94c244c73219d3d9"/><file name="configurable.js" hash="726fe3740e0d3d8c37e045f4a407314c"/><file name="form.js" hash="d03d8a462aaecdca691a8da8ee36b39c"/><file name="iehover-fix.js" hash="c6682047fb7f9a1aef62c0848e659a36"/><file name="js.js" hash="421820a5f54384a623bef95993de27f0"/><file name="menu.js" hash="22fa11c750637f9e4080341e09285e72"/><file name="payment.js" hash="ca41bc3307d9006c53c1a6ccf0286eff"/><file name="product.js" hash="179eefbcd233a545ce0d0072f6772caf"/><file name="product_options.js" hash="0edf40c29f7a3552546ded647b74bef1"/><file name="telephone.js" hash="b0d10c172373c4308968717b302f0da8"/><file name="weee.js" hash="7e21ec88cbd8e5c0a1b837e441f7ee63"/></dir><file name="blank.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="index.php" hash="895f2b91bcca2dab72b1d52877892d70"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="flash"><file name="AC_RunActiveContent.js" hash="3e038cea960c1b650442b85cea237053"/></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.9.3.1</min><max>1.9.3.1</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Js_Mage</name>
4
+ <version>1.9.3.2</version>
5
  <stability>stable</stability>
6
  <license>Mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Javascript Libraries for Magento</summary>
10
  <description>Javascript Libraries for Magento</description>
11
+ <notes>1.9.3.2</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2017-02-01</date>
14
+ <time>17:29:22</time>
15
+ <contents><target name="mageweb"><dir name="js"><dir name="lib"><file name="FABridge.js" hash="64244d8d58abd42bd71f0ee3309767ad"/><file name="boxover.js" hash="a5ade77452e8d5066cb84dcac3d34ed5"/><file name="ccard.js" hash="d3e849be0977d53de4af933b40293ff6"/><file name="dropdown.js" hash="e52e658cc346299af215c9464caca92b"/><file name="ds-sleight.js" hash="85af457d444865d1587bfe4875bd4fc6"/><file name="flex.js" hash="1d12e583109a611dff2dfb01f6454ff6"/><dir name="jquery"><file name="jquery-1.10.2.js" hash="91515770ce8c55de23b306444d8ea998"/><file name="jquery-1.10.2.min.js" hash="841dc30647f93349b7d8ef61deebe411"/><file name="jquery-1.10.2.min.map" hash="6c3ccfc221d36777d383b6e04d0b8af9"/><file name="noconflict.js" hash="446b84d6977d6498ad046cab2dcffe17"/></dir><dir name="uploader"><file name="flow.min.js" hash="a82a557db407b53d5909fa4e1833a596"/><file name="fusty-flow-factory.js" hash="b3f49be0f28be74e8b8bb76496c52bc3"/><file name="fusty-flow.js" hash="302f440908837093fd4e9b6e76ec01e0"/></dir></dir><dir name="mage"><dir name="adminhtml"><file name="accordion.js" hash="7dbfeb8d7e2f3db45a06431eb08c0747"/><file name="backup.js" hash="fd0f9f88969424c293e025e943efca4b"/><file name="browser.js" hash="902dd0baf97e8fe6ea1451c5189965eb"/><file name="events.js" hash="869ae96fa693f59eedf9dc03e0946266"/><file name="flexuploader.js" hash="11671ff496941d3b0f5a8f7bbefb3d6a"/><file name="form.js" hash="f484aa6b08343b17519f2287d09c1625"/><file name="giftmessage.js" hash="cb8ace68173e7653f7d086640fc120c5"/><dir name="giftoptions"><file name="tooltip.js" hash="c16eac457f472d6693463339ea0eb19f"/></dir><file name="grid.js" hash="909df7521b6927a8ddd96ac4d3c3969e"/><file name="hash.js" hash="fd78161541ce5ebde12421fec9d5cd94"/><file name="image.js" hash="ee4a86d55e8c0b4c0ec77376bda602b7"/><file name="loader.js" hash="79c624d4f39398ed9cf3fe9e41ba0e28"/><file name="magento-all.js" hash="a7b9f5ab0c6488b6ae51eb6d0214d0c0"/><dir name="product"><dir name="composite"><file name="configure.js" hash="855e78deff3febcb01a65e690cea9e56"/></dir></dir><file name="product.js" hash="356497d3819ccdd9df7e4811bc376dca"/><file name="rules.js" hash="7a8fdb6b537bcc593032280d02013b83"/><dir name="sales"><file name="packaging.js" hash="8f5126789ce1b903cb1658d3f3b30d29"/></dir><file name="sales.js" hash="4b4cc67bdb0c87ec0545c23d9afc0df0"/><file name="scrollbar.js" hash="741dd7ae5ab1f22adaa633d6917ce03e"/><file name="tabs.js" hash="3b013bbc8ef0406a332ddbbfaffbf7b0"/><file name="tools.js" hash="cb453762423578b0e32c8eb94e10a62d"/><dir name="uploader"><file name="instance.js" hash="84b334e08d50cffaacb0e70182a32f4e"/></dir><file name="uploader.js" hash="14e735d935a7ee9677ec6a8cc693c282"/><file name="variables.js" hash="4b348da25d2383b8a8487a09c0571fc0"/><dir name="wysiwyg"><dir name="tiny_mce"><dir name="plugins"><dir name="magentovariable"><file name="editor_plugin.js" hash="deab8341edf7bb52e99e0839547484cb"/><dir name="img"><file name="icon.gif" hash="682b29a0e734f952cb2edabede6a25d1"/></dir></dir><dir name="magentowidget"><file name="editor_plugin.js" hash="3f8ada1d62ed73fe82f9248765fcbf44"/><dir name="img"><file name="icon.gif" hash="532c141286373f098f1f4362e001c7f8"/></dir></dir></dir><file name="setup.js" hash="5a318d3d435387cda94bb0a6bf896392"/><dir name="themes"><dir name="advanced"><dir name="skins"><dir name="default"><file name="content.css" hash="b099c69006a699cecd2e923d85a467df"/><file name="dialog.css" hash="c8b22911674de95df33d3b6041643747"/></dir></dir></dir></dir></dir><file name="widget.js" hash="0c8c4bb2a2b970f6d324e245eb06ef8d"/></dir></dir><file name="captcha.js" hash="a0ef3726e87bdc55162d007a00a0a159"/><file name="centinel.js" hash="2660ff1f1e24e8dafb93d758fbaf0c25"/><file name="cookies.js" hash="e3d2baae09d66cc6a4ba88d285bcfc06"/><file name="directpost.js" hash="2369304d8a9015efc9656f07d7d3de9d"/><file name="translate.js" hash="5b4603e2ffc1034b49aca54916423de4"/><file name="translate_inline.css" hash="7986802fee3c5d01b80f5c5d46b91b46"/><file name="translate_inline.js" hash="55941704b38897be5673d3dca46bd78d"/></dir><dir name="varien"><file name="accordion.js" hash="9df15aca9533980c947c235b798fc0b9"/><file name="configurable.js" hash="2783108cca3528ab0ff37c775237161a"/><file name="form.js" hash="e28a9a6f6b08a0f5f1d496fe0aba9cc0"/><file name="iehover-fix.js" hash="3541d39c15ac4b734dc4b2215d966ca8"/><file name="js.js" hash="ecf848beb18697726f2ff046ca643216"/><file name="menu.js" hash="4baf5a8a19eb44c6d26db3260e59c318"/><file name="payment.js" hash="c877f6413c6a5b7d8a0225aa3ab88da0"/><file name="product.js" hash="7bfbed204c76a00b2148ed5226540401"/><file name="product_options.js" hash="d730d38e0e88ff7ccfa3e0b07af40d30"/><file name="telephone.js" hash="de6e70f8f5370979e32db3fcd5bf09d9"/><file name="weee.js" hash="054ee566de799c5528a2a2242e56365c"/></dir><file name="blank.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="index.php" hash="7c76643f3ad5b5b89fb091133f84c201"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="flash"><file name="AC_RunActiveContent.js" hash="3e038cea960c1b650442b85cea237053"/></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Js_Prototype</name><channel>community</channel><min>1.9.3.2</min><max>1.9.3.2</max></package></required></dependencies>
18
  </package>