Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 3857451

Browse files
committed
Consistent anonymous function names
1 parent ebc8cee commit 3857451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/customize-snapshots.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
*
310310
* @returns {void}
311311
*/
312-
component.editSnapshotUI = function addSchedule() {
312+
component.editSnapshotUI = function editSnapshotUI() {
313313
var sliceBegin = 0,
314314
sliceEnd = -2, updateUI;
315315

@@ -440,7 +440,7 @@
440440
*
441441
* @return {void}
442442
*/
443-
component.updateSnapshotEditControls = function updateSchedule() {
443+
component.updateSnapshotEditControls = function updateSnapshotEditControls() {
444444
var parsed,
445445
sliceBegin = 0,
446446
sliceEnd = -2;

0 commit comments

Comments
 (0)