1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 04:25:46 +01:00

Update javascript syntax file

This commit is contained in:
Kris Maglione
2008-12-16 11:42:00 -05:00
parent f1565ca5ce
commit 1f67e14cb1
2 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,7 @@
it under any or all of those licenseses.
}}} ***** END LICENSE BLOCK *****/
// <css>
Highlights.prototype.CSS = <![CDATA[
Highlights.prototype.CSS = <![CDATA[ /* <css> */
Boolean color: red;
Function color: navy;
Null color: blue;
@@ -113,7 +112,6 @@ Highlights.prototype.CSS = <![CDATA[
padding: 0;
}
]]>.toString();
// </css>
function Highlights(name, store, serial)
{