Skip to content

Commit 03ba366

Browse files
committed
Code cleaning.
1 parent e22d330 commit 03ba366

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/js/bs3/module/Buttons.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,7 @@ define([
189189
},
190190
callback: function ($button) {
191191
var $recentColor = $button.find('.note-recent-color');
192-
$recentColor.css({
193-
'background-color': '#FFFF00'
194-
});
195-
192+
$recentColor.css('background-color', '#FFFF00');
196193
$button.attr('data-backColor', '#FFFF00');
197194
}
198195
}),

0 commit comments

Comments
 (0)