Home | History | Annotate | only in /external/chromium_org/third_party/jstemplate
Up to higher level directory
NameDateSize
compile.py05-Aug-20151.4K
compiled_resources.gyp05-Aug-2015420
COPYING05-Aug-201511.1K
exports.js05-Aug-2015119
jsevalcontext.js05-Aug-201511.9K
jstemplate.js05-Aug-201531.1K
jstemplate_compiled.js05-Aug-20154.9K
jstemplate_example.html05-Aug-20153.6K
jstemplate_example.js05-Aug-20155.6K
jstemplate_jsunit.html05-Aug-20151.9K
jstemplate_test.js05-Aug-201510.1K
OWNERS05-Aug-201536
README.chromium05-Aug-2015615
tutorial_examples/05-Aug-2015
util.js05-Aug-201512.4K

README.chromium

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