refactor: 类改名

This commit is contained in:
Zhicheng Wang 2016-05-14 19:27:44 +08:00
parent e498eaaeff
commit d17dd7434a
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
border-bottom: 1px dashed red; border-bottom: 1px dashed red;
} }
.translate-cn { .translated-cn {
em { em {
font-style: normal; font-style: normal;
} }

View File

@ -11,8 +11,8 @@
} }
} }
node.title = prevNode.innerText; node.title = prevNode.innerText;
node.classList.add('translate'); node.classList.add('translated');
node.classList.add('translate-cn'); node.classList.add('translated-cn');
} }
}); });