Skip to content

Commit a896409

Browse files
committed
MAGETWO-52746: Pull request preparation
1 parent d251eee commit a896409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/single-checkbox-toggle-notice.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define([
3131
/**
3232
* Choose notice function
3333
*
34-
* @returns {void}
34+
* @returns void
3535
*/
3636
chooseNotice: function () {
3737
var checkedNoticeNumber = Number(this.checked());
@@ -42,7 +42,7 @@ define([
4242
/**
4343
* Choose notice on update
4444
*
45-
* @returns {void}
45+
* @returns void
4646
*/
4747
onUpdate: function () {
4848
this._super();

0 commit comments

Comments
 (0)