Skip to content

Commit da8163b

Browse files
committed
revert strange comment
1 parent b5f982f commit da8163b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/js/uikit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8214,7 +8214,7 @@
82148214

82158215
updateAria: function(toggled) {
82168216
attr(this.$el, 'aria-expanded', isBoolean(toggled)
8217-
? toggled// todo delete bulk support
8217+
? toggled
82188218
: isToggled(this.target, this.cls)
82198219
);
82208220
}

0 commit comments

Comments
 (0)