karpathy / ulogme

Automatically collect and visualize usage statistics in Ubuntu/OSX environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect comment in render_settings_examples.js

rsarky opened this issue · comments

The comment goes like this:

// be very careful with ordering in the above because titles
// get matched from up to down (see mapwin()), so put the more specific
// window title rules on the bottom and more generic ones on top

Shouldn't the more specific rules go on top so that they get matched above the generic ones?