Issue 926: Cajita cannot access or assign global variables defined by
Valija code
http://code.google.com/p/google-caja/issues/detail?id=926
Comment #4 by erights:
If I understand option #1, would the following alternate then work as the
second
script block:
<script>
var x;
(function() {
'use strict,cajita';
x = 1;
})();
</script>
It currently does not. IIUC, option #1 would rewrite cajita's use of x by
virtue of
seeing it as a reference to a valija x. I like that. Ihab, would that
address your
convern as well?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
http://groups.google.com/group/google-caja-discuss
To unsubscribe, email [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---