Skip to content

Commit fece00a

Browse files
committed
kind of typeof
1 parent 22a932a commit fece00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textpattern/textpattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ textpattern.Route.add('', function ()
18801880
});
18811881
}
18821882

1883-
if (selectedTab === undefined) {
1883+
if (typeof selectedTab === 'undefined') {
18841884
selectedTab = 0;
18851885
}
18861886

0 commit comments

Comments
 (0)