JSLint gives me the "strict violation" error, although I use the "this" context inside a function which hides it from the global scope.
function test() {
"use strict";
this.a = "b";
}
For the record, I use the built-in JSLint parser in Webstorm.
test
(in your live code)? Then changing case would make them different. – Henricks