http://codereview.appspot.com/4303043/diff/1/features/src/main/javascript/features/caja/taming.js File features/src/main/javascript/features/caja/taming.js (right):
http://codereview.appspot.com/4303043/diff/1/features/src/main/javascript/features/caja/taming.js#newcode100 features/src/main/javascript/features/caja/taming.js:100: imports.window = imports.window || {}; all this JS will soon be subjected to Closure's property obfuscation. I assume the key names here are important/should not be obfuscated. True? If so, I'd recommend ['window'] et al. http://codereview.appspot.com/4303043/
