mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 05:34:12 +01:00
Add missing semicolons.
This commit is contained in:
@@ -37,7 +37,7 @@ Highlight.liveProperty = function (name, prop) {
|
||||
if (this.onChange)
|
||||
this.onChange();
|
||||
});
|
||||
}
|
||||
};
|
||||
Highlight.liveProperty("agent");
|
||||
Highlight.liveProperty("extends", "css");
|
||||
Highlight.liveProperty("value", "css");
|
||||
|
||||
Reference in New Issue
Block a user