Revision: 4167
Author: kpreid.switchb.org
Date: Fri Jul 2 15:00:42 2010
Log: HostingModules: Mention host-tools.js
http://code.google.com/p/google-caja/source/detail?r=4167
Modified:
/wiki/HostingModules.wiki
=======================================
--- /wiki/HostingModules.wiki Tue Jun 22 16:23:01 2010
+++ /wiki/HostingModules.wiki Fri Jul 2 15:00:42 2010
@@ -53,11 +53,9 @@
* {{{uri.js}}}
* {{{cajita-promise.js}}}
* {{{cajita-module.js}}}
-
-(
-TODO: explain what all these individual files are good for, and note the
standalone html-sanitizer -- or should 'all of Caja's !JavaScript' be a
separate page?
-TODO: mention HostTools once it is committed.
-)
+ * To use the host page support library {{{host-tools.js}}}, load all of
the above first.
+
+(TODO: explain what all these individual files are good for, and note the
standalone html-sanitizer -- or should 'all of Caja's !JavaScript' be a
separate page?)
== Loading modules: the {{{<script>}}} problem ==