Remove __fontDefinitions from global props in .jshintrc.

This commit is contained in:
kangax 2012-10-14 18:02:11 +02:00
parent f9eeeb2916
commit 4f1f7cc118

View file

@ -1,9 +1,8 @@
{
"globals": {
"__fontDefinitions": true,
"fabric": true,
"Cufon": true,
"G_vmlCanvasManager": true,
"fabric": true,
"ActiveXObject": true
},