| ASF |
#481612 |
Sat Dec 02 19:43:06 UTC 2006 |
jkuhnert |
Resolves TAPESTRY-1159, TAPESTRY-811.
Refactored PalleteFunctions.js to use tapestry.<namespace> type semantics like the rest of the core tapestry
javascript modules. (also provided backwards compatible deprecated functions for the existing/old functions)
Took "var <foo>" out of generated javascript for tapestry namespaced javascript statements as tapestry
has already been defined by the time anyone has access to it. Now it's just "tapestry.<foo> = ".
Refactored dynamic script package inclusion logic so that simple <include url="http://localhost/script.js"/>
elements are written to the client for package includes instead of trying to embed javascript statements.
(don't know why I was doing that to begin with, brain dead that day I guess)
|