Fix stupid bug from rewrite
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 13 Apr 2011 08:07:18 -0600
changeset 59 4b0ea34b37c4
parent 58 07ce1caaa8c6
child 60 9c1dd060cb0c
Fix stupid bug from rewrite
implementation.js
--- a/implementation.js	Tue Apr 12 16:06:24 2011 -0600
+++ b/implementation.js	Wed Apr 13 08:07:18 2011 -0600
@@ -646,7 +646,7 @@
 	&& (element.tagName == "B" || element.tagName == "STRONG")) {
 		return "bold";
 	}
-	if (property == "fontValue"
+	if (property == "fontStyle"
 	&& (element.tagName == "I" || element.tagName == "EM")) {
 		return "italic";
 	}