Browse Source
I found a potential use case where `writable` could be null and therfore not treated like a boolean, so this adds an extra default statement to avoid negating a non-boolean as boolean which would lead to undefined. refs #4020pull/4048/head
1 changed files with 3 additions and 3 deletions
Loading…