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.
/*global THREE Coordinates $ document window*/
JSLintは、* /を期待していたと言っていますが、代わりにCoordinatesを取得しましたが、Eclipsejavascriptプロジェクトで実行したときに渡されたときに行が渡されました。
Js lint は、/*global*/ディレクティブを使用していると考えました。これは、変数がグローバルであり、他の場所であることを示すために使用されます。
/*global*/
参照: JS Lint グローバル ディレクティブ