byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Load javascript functions and aggregators from server files #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Specifying javascript functions and aggregators in-line is often pretty 
difficult and makes URLs unreadable: it should be possible to just specify the 
function/aggregator name, which will be later picked up and loaded from a 
server directory.

Original issue reported on code.google.com by sergio.b...@gmail.com on 11 Jul 2011 at 2:43

GoogleCodeExporter commented 9 years ago
Javascript functions and aggregators can now be stored into the "javascript" 
server directory and invoked by providing the actual file name rather than the 
in-line declaration; file names must end with the ".js" suffix.

Original comment by sergio.b...@gmail.com on 13 Jul 2011 at 5:01