Skip to content

Commit e96aeef

Browse files
author
Andrey Konosov
committed
MAGETWO-66143: Increase api coverage for catalog, catalogStaging and advancedCatalog modules
1 parent 4cbccdf commit e96aeef

File tree

9 files changed

+28
-0
lines changed

9 files changed

+28
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
"Magento_Ui/js/lib/view/utils/async",
811
"jquery/ui",

app/code/Magento/Catalog/view/adminhtml/web/catalog/type-events.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
6+
/**
7+
* @api
8+
*/
59
define([
610
'jquery'
711
], function ($) {

app/code/Magento/Catalog/view/adminhtml/web/js/bundle-proxy-button.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'Magento_Ui/js/form/components/button',
811
'uiRegistry',

app/code/Magento/Catalog/view/adminhtml/web/js/components/url-key-handle-changes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'Magento_Ui/js/form/element/single-checkbox'
811
], function (Checkbox) {

app/code/Magento/Catalog/view/adminhtml/web/js/product-gallery.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery',
811
'underscore',

app/code/Magento/Catalog/view/adminhtml/web/js/product/weight-handler.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery'
811
], function ($) {

app/code/Magento/Catalog/view/adminhtml/web/js/utils/percentage-price-calculator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define(['Magento_Ui/js/lib/validation/utils'], function (utils) {
710
'use strict';
811

app/code/Magento/Catalog/view/base/web/js/price-box.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery',
811
'Magento_Catalog/js/price-utils',

app/code/Magento/Catalog/view/base/web/js/price-utils.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
/**
7+
* @api
8+
*/
69
define([
710
'jquery',
811
'underscore'

0 commit comments

Comments
 (0)