When the keyword ``++this++`` is used outside of an object, it refers to the global ``++this++`` object, which is the same thing as the ``++window++`` object in a standard web page. Such uses could be confusing to maintainers. Instead, simply drop the ``++this++``, or replace it with ``++window++``; it will have the same effect and be more readable.