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

Remove redundant semicolons.

This commit is contained in:
Doug Kearns
2009-09-04 21:58:43 +10:00
parent 339592c4a2
commit 2b7e4dcb67
18 changed files with 24 additions and 24 deletions

View File

@@ -338,7 +338,7 @@ function AutoCommands() //{{{
}
};
//}}}
}; //}}}
} //}}}
/**
* @instance events
@@ -1835,6 +1835,6 @@ function Events() //{{{
return self;
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et: