次のコードがあります。
/*jslint browser: true*/
/*global $, jQuery*/
if (json.RowKey !== json.NewRowKey) {
$("#row_" + row).attr('data-rk', json.RowKey);
updateGridMeta(entity, json.PartitionKey, json.NewRowKey, row, obj.table);
updateGridTitles();
}
lint は updateGridTitles が定義される前に使用されていることを報告しています。これを報告しないようにスクリプトの先頭に何かを追加する方法はありますか?