diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:07:26 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:07:26 +0000 |
commit | 9b115d5e9523de6f617b189e5d3bf08f59ef40a7 (patch) | |
tree | 6a6a76c24e6d6a976ae1a25e816dfb5f2c3b3442 /chrome/third_party/jstemplate/README.txt | |
parent | b4530561effb48137edab5a0bceaddb5707264d1 (diff) | |
download | chromium_src-9b115d5e9523de6f617b189e5d3bf08f59ef40a7.zip chromium_src-9b115d5e9523de6f617b189e5d3bf08f59ef40a7.tar.gz chromium_src-9b115d5e9523de6f617b189e5d3bf08f59ef40a7.tar.bz2 |
Update JSTemplate to the latest version.
This version is from Google and has already stripped all non related code except for the MAPS_DEBUG flag. I manually removed all the debugging code related to MAPS_DEBUG.
TEST=New tab page, history, downloads and all other pages using HTML content should still work.
BUG=None
Review URL: http://codereview.chromium.org/119384
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party/jstemplate/README.txt')
-rw-r--r-- | chrome/third_party/jstemplate/README.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/third_party/jstemplate/README.txt b/chrome/third_party/jstemplate/README.txt index 63a9284..40ecdb4 100644 --- a/chrome/third_party/jstemplate/README.txt +++ b/chrome/third_party/jstemplate/README.txt @@ -4,11 +4,10 @@ and runtime requirements of AJAX based web applications. Specifically, support the case to update a previous template processing output with an incremental change to the original input data." -This is a branch of jstemplate.js and its dependencies from the Google Maps -code. +This is a branch of http://code.google.com/p/google-jstemplate/ -Uncalled functions have been removed from base.js, dom.js and util.js to make -the resulting javascript smaller. +Uncalled functions have been removed from util.js to make the resulting +javascript smaller. compile.sh is a simple shell script used to generate the single compiled jsfile. |