mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 22:05:45 +01:00
If regular expression for splitting is provided as String instead of RegExp, it breaks split method since String doesn't have desired properties. Fixes #138