Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update compiler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrupin committed Jan 30, 2019
1 parent d884e4b commit bc625c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ function parse(cv) {
case "abbr":
case "button":
case "li":
case "small":
case "b":
case "u":
case "small":
case "b":
case "u":
switch(part[2]) {
case null:
case undefined:
Expand Down

0 comments on commit bc625c9

Please sign in to comment.