• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/jstemplate/
NameDateSize

..12-Mar-20154 KiB

compile.py12-Mar-20151.4 KiB

compiled_resources.gyp12-Mar-2015420

COPYING12-Mar-201511.1 KiB

exports.js12-Mar-2015119

jsevalcontext.js12-Mar-201511.9 KiB

jstemplate.js12-Mar-201531.1 KiB

jstemplate_compiled.js12-Mar-20154.9 KiB

jstemplate_example.html12-Mar-20153.6 KiB

jstemplate_example.js12-Mar-20155.6 KiB

jstemplate_jsunit.html12-Mar-20151.9 KiB

jstemplate_test.js12-Mar-201510.1 KiB

OWNERS12-Mar-201536

README.chromium12-Mar-2015615

tutorial_examples/12-Mar-20154 KiB

util.js12-Mar-201512.4 KiB

README.chromium

1Name: google-jstemplate
2URL: http://code.google.com/p/google-jstemplate/
3License: Apache 2.0
4
5"Template processing that is more suitable for the specific development-time
6and runtime requirements of AJAX based web applications.
7
8Specifically, support the case to update a previous template processing
9output with an incremental change to the original input data."
10
11Uncalled functions have been removed from util.js to make the resulting
12javascript smaller.
13
14compile.py is a simple program used to generate the single compiled
15jsfile.
16
17jstemplate_compiled.js is the output after passing the code through
18compile.sh.
19