1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 07:14:10 +01:00

Remove trailing commas from object initializers.

This commit is contained in:
Doug Kearns
2008-12-23 01:32:24 +11:00
parent 68a28b7e14
commit 253346dbc3
2 changed files with 2 additions and 2 deletions

View File

@@ -1029,7 +1029,7 @@ function Options() //{{{
{
this.popContext();
}
},
}
};
//}}}
}; //}}}