Revision: 5421
Author:   [email protected]
Date:     Thu May 23 12:24:52 2013
Log:      Remove unnecessary return value from .innerHTML setter.
https://codereview.appspot.com/9657045

Fixes <https://code.google.com/p/google-caja/issues/detail?id=1692>.

[email protected]

http://code.google.com/p/google-caja/source/detail?r=5421

Modified:
 /trunk/src/com/google/caja/plugin/domado.js

=======================================
--- /trunk/src/com/google/caja/plugin/domado.js Thu May 23 10:22:00 2013
+++ /trunk/src/com/google/caja/plugin/domado.js Thu May 23 12:24:52 2013
@@ -4152,7 +4152,6 @@
               sanitizedHtml = sanitizeHtml(htmlFragmentString);
             }
             node.innerHTML = sanitizedHtml;
-            return htmlFragment;
           })
         },
         offsetParent: {

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to