Skip to content

Commit 3c5c816

Browse files
classes(project-data): rename changeIconPosition to toggleIconPosition.
1 parent b25f6eb commit 3c5c816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/project-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class ProjectData {
328328
* Otherwise does `xor` bitwise operation with `iconAdjustable` and 3.
329329
* Number `3` stands for converting 1->2 and 2->1.
330330
*/
331-
changeIconPosition: function () {
331+
toggleIconPosition: function () {
332332
if (!this.isIconPositionAdjustable()) {
333333
throw new IconAdjustableError('Icon position is not adjustable.')
334334
}

0 commit comments

Comments
 (0)