mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
Deprecate :let and dactyl.globalVariables.
This commit is contained in:
@@ -974,7 +974,7 @@ const Buffer = Module("buffer", {
|
||||
* Portions copyright Kris Maglione licensable under the
|
||||
* MIT license.
|
||||
*/
|
||||
viewSourceExternally: Class("viewSourceExternally",
|
||||
viewSourceExternally: Class("viewSourceExternally",
|
||||
XPCOM([Ci.nsIWebProgressListener, Ci.nsISupportsWeakReference]), {
|
||||
init: function (doc) {
|
||||
let url = isString(doc) ? doc : doc.location.href;
|
||||
|
||||
Reference in New Issue
Block a user