mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 07:07:58 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -297,9 +297,9 @@ var Marks = Module("marks", {
|
||||
|
||||
},
|
||||
|
||||
isLocalMark: function isLocalMark(mark) /^[a-z`']$/.test(mark),
|
||||
isLocalMark: bind("test", /^[a-z`']$/),
|
||||
|
||||
isURLMark: function isURLMark(mark) /^[A-Z]$/.test(mark)
|
||||
isURLMark: bind("test", /^[A-Z]$/)
|
||||
}, {
|
||||
events: function () {
|
||||
let appContent = document.getElementById("appcontent");
|
||||
|
||||
Reference in New Issue
Block a user