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

..05-Nov-20144 KiB

compile.py05-Nov-20141.4 KiB

COPYING05-Nov-201411.1 KiB

exports.js05-Nov-2014119

jsevalcontext.js05-Nov-201411.8 KiB

jstemplate.js05-Nov-201431.2 KiB

jstemplate_compiled.js05-Nov-20144.9 KiB

jstemplate_example.html05-Nov-20143.6 KiB

jstemplate_example.js05-Nov-20145.6 KiB

jstemplate_jsunit.html05-Nov-20141.9 KiB

jstemplate_test.js05-Nov-201410.1 KiB

OWNERS05-Nov-201436

README.chromium05-Nov-2014615

tutorial_examples/05-Nov-20144 KiB

util.js05-Nov-201412.2 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