Skip to content

Commit 554c98e

Browse files
committed
Release 1.1
- typo, removal of trailing comma
1 parent 2278e95 commit 554c98e

File tree

1 file changed

+1
-1
lines changed
  • ui.apps/src/main/content/jcr_root/apps/etoolbox-rollout-manager/clientlibs/rollout-manager-ui/js

1 file changed

+1
-1
lines changed

ui.apps/src/main/content/jcr_root/apps/etoolbox-rollout-manager/clientlibs/rollout-manager-ui/js/console-ui.dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
master: checkbox.data(MASTER_DATA_ATTR),
215215
target: checkbox.val(),
216216
depth: checkbox.data(DEPTH_DATA_ATTR),
217-
autoRolloutTrigger: checkbox.data(AUTO_ROLLOUT_DATA_ATTR),
217+
autoRolloutTrigger: checkbox.data(AUTO_ROLLOUT_DATA_ATTR)
218218
};
219219
}
220220

0 commit comments

Comments
 (0)