Fix JS strict warning

This commit is contained in:
Dan Stillman 2010-08-27 19:11:13 +00:00
parent e437ecce6b
commit 476a5b385d

View file

@ -27,6 +27,7 @@
Zotero.ItemFields = new function() {
// Private members
var _fields = {};
var _fieldsFormats = [];
var _fieldsLoaded;
var _fieldFormats = [];
var _itemTypeFields = [];