Nativefier/app/src/helpers
David Kramer 9e587e5fe3 Fix #610 - Make the counter regexp allow punctuation (#626)
When using an app such as Gmail, the unread count is included in the title, and the --counter feature displays that number on the dock icon. However, when the number is larger than 999, it includes commas in the number (e.g. "1,000"), and the number is no longer displayed on the dock icon, because the regular expression used to detect the counter value does not permit punctuation. This change modifies the regular expression used to match the counter value to permit "." and ",".
2018-05-28 08:14:54 -04:00
..
helpers.js Fix #610 - Make the counter regexp allow punctuation (#626) 2018-05-28 08:14:54 -04:00
helpers.test.js Fix #610 - Make the counter regexp allow punctuation (#626) 2018-05-28 08:14:54 -04:00
inferFlash.js Integrate prettier 2018-05-24 00:02:44 -07:00