dojo / util

Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
https://dojotoolkit.org/
Other
60 stars 105 forks source link

Use callback format with provided global #66

Closed pottedmeat closed 7 years ago

pottedmeat commented 7 years ago

As part of #270, using the global variable with strict mode and CSP unsafe-eval enforced means we need to retrieve the global object manually. dojo.js has been updated to retrieve this object and supports a function callback to its first argument to which it will pass this global object.

dylans commented 7 years ago

Thanks! Closed via 5d624ec. Backported as ef6ae23 (1.12), 57854aa (1.11), and 119fd1e (1.10).