javascript - JSLint is suddenly reporting: Use the function form of 'use strict'

preview_player
Показать описание
I include the statement:
"use strict";

at the beginning of most of my Javascript files.
JSLint has never before warned about this. But now it is, saying:

Use the function form of "use strict".

Does anyone know what the "function form" would be?
Рекомендации по теме