mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Converts == to === in the prior commit
This commit is contained in:
@@ -197,7 +197,7 @@ export function uiSidebar(context) {
|
||||
|
||||
sidebar.toggleCollapse = function(shouldCollapse) {
|
||||
|
||||
if (d3_event && typeof d3_event.preventDefault == 'function') {
|
||||
if (d3_event && typeof d3_event.preventDefault === 'function') {
|
||||
d3_event.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user