Skip to content

Commit 13d3bb0

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Swagger module
1 parent 785d2f2 commit 13d3bb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/magento-swagger.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
$(function () {
710
var url = $('#input_baseUrl').val();
811

0 commit comments

Comments
 (0)