Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
9 errors to fix.
Download all attachments as: .zip
Rather than window., we're going to use /* global */. This is in part to help us identify globals we use and ideally cut down on them in the future. Or in this case, to self-flog ourselves for using confirm() and alert().
window.
/* global */
In 26199:
Fix JSHint errors in 3 files.
props atimmer. fixes #25990, #25993, #26008.
Moving fixed JSHint error tickets to 3.8.
Rather than
window., we're going to use/* global */. This is in part to help us identify globals we use and ideally cut down on them in the future. Or in this case, to self-flog ourselves for using confirm() and alert().