Converts == to === in the prior commit

This commit is contained in:
Quincy Morgan
2018-11-04 12:42:04 -08:00
parent 3ff1139364
commit 5a2444ed40
+1 -1
View File
@@ -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();
}