1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-01 04:34:08 +02:00

Promisify some callbackish functions, and remove spaces around = in default arguments, per Python conventions.

This commit is contained in:
Kris Maglione
2014-02-15 20:35:27 -08:00
parent fd20535999
commit bb7486da6c
22 changed files with 250 additions and 115 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ var Styles = Module("Styles", {
return val;
},
completeSite: function (context, content, group = styles.user) {
completeSite: function (context, content, group=styles.user) {
context.anchored = false;
try {
context.fork("current", 0, this, function (context) {