mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-09-01 02:57:44 +02: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