mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 06:53:40 +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