Fix really stupid bug
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 21 Jul 2011 15:03:28 -0600
changeset 436 60444f81966a
parent 435 866d41db1de6
child 437 755a8d43ea86
Fix really stupid bug
implementation.js
--- a/implementation.js	Thu Jul 21 14:56:14 2011 -0600
+++ b/implementation.js	Thu Jul 21 15:03:28 2011 -0600
@@ -707,7 +707,7 @@
 	// "If command is not supported, raise a NOT_SUPPORTED_ERR exception."
 	//
 	// "If command has no value, raise an INVALID_ACCESS_ERR exception."
-	editCommandMethod(command, "value", range, function() {
+	return editCommandMethod(command, "value", range, function() {
 		// "If command is not enabled, return the empty string."
 		if (!myQueryCommandEnabled(command)) {
 			return "";