Index: chrome/common/extensions/docs/template/page_shell.html |
diff --git a/chrome/common/extensions/docs/template/page_shell.html b/chrome/common/extensions/docs/template/page_shell.html |
index fdca7c6561b20db144207bee33d966c0c3bc914c..2aaf387962a7cd601e2036542c8d8c5f6fb4d531 100644 |
--- a/chrome/common/extensions/docs/template/page_shell.html |
+++ b/chrome/common/extensions/docs/template/page_shell.html |
@@ -17,6 +17,9 @@ |
<script type="text/javascript" |
src="../../../third_party/jstemplate/jstemplate_compiled.js"> |
</script> |
+ <script type="text/javascript" |
+ src="../../../../third_party/json_minify/minify-sans-regexp.js"> |
+ </script> |
<script type="text/javascript" src="js/api_page_generator.js"></script> |
<script type="text/javascript" src="js/bootstrap.js"></script> |
<script type="text/javascript" src="js/sidebar.js"></script> |