• Robert Knight's avatar
    Make it clearer that `getBreakpoint` cannot return `null` · d4846a9d
    Robert Knight authored
    Reading the code it appeared that `getBreakpoint` could return `null`,
    but this was not actually the case because the last item in
    `BREAKPOINTS` always matches.
    
    Revise the way `getBreakpoint` works to make it more obvious that it
    will always return a breakpoint.
    d4846a9d
time.js 6.54 KB