mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:17:59 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
2
common/bootstrap.js
vendored
2
common/bootstrap.js
vendored
@@ -103,7 +103,7 @@ let JSMLoader = {
|
||||
return resourceProto.resolveURI(uri);
|
||||
|
||||
let chan = Services.io.newChannelFromURI(uri);
|
||||
try { chan.cancel(Cr.NS_BINDING_ABORTED) } catch (e) {}
|
||||
try { chan.cancel(Cr.NS_BINDING_ABORTED); } catch (e) {}
|
||||
return chan.name;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user