mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 05:04:17 +01:00
Add missing semicolons.
This commit is contained in:
@@ -55,7 +55,7 @@ update(Bookmark.prototype, {
|
||||
|
||||
return res.reverse();
|
||||
}
|
||||
})
|
||||
});
|
||||
Bookmark.prototype.members.uri = Bookmark.prototype.members.url;
|
||||
Bookmark.setter = function (key, func) this.prototype.__defineSetter__(key, func);
|
||||
Bookmark.setter("url", function (val) { this.uri = isString(val) ? newURI(val) : val; });
|
||||
|
||||
Reference in New Issue
Block a user