oni/main/src
toastal f4014abea8 Use `.some` to short circuit & native `.includes` (#2697)
`Array.prototype.some` short-circuits when a value is true which is better for performance and makes the intention more clear. Native `String.prototype.includes` is easier to read.

Now reading it as English, "if some argument includes 'verbose'"...
2019-01-03 18:24:09 +02:00
..
Log.ts Use `.some` to short circuit & native `.includes` (#2697) 2019-01-03 18:24:09 +02:00
ProcessLifecycle.ts Fix regression where windows isn't shown on initial launch (#2380) 2018-07-01 15:08:32 -07:00
WindowManager.ts Cross Oni Movement (#1747) 2018-03-16 15:30:03 +00:00
installDevTools.ts Run prettier on all files in repo (#1362) 2018-01-25 15:13:53 -08:00
main.ts WebGL Renderer Ligatures (#2560) 2018-09-24 05:02:07 -07:00
menu.ts Fix for #2414 - truncated copy/paste (#2515) 2018-08-27 20:39:32 +01:00