mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-27 19:12:27 +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