Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラー:
Microsoftは、定義される前に使用されていました。
bing MAP APIを使用して、Webページにbingマップを実装しています。
var map; function getMap() { map = new Microsoft.Maps.Map(document.getElementById('myMap'), {credentials: 'bing map key'}); }
jslintエラーなしでjsファイルの関数を使用するにはどうすればよいですか?
JSLintの検査からMicrosoftオブジェクトを除外します。
/*global Microsoft: false */
http://www.jslint.com/lint.html