b6ed5f2164
With this commit test files provide namespaces (using goog.provide). This fixes the issue reported by @bartvde where goog objects cannot be used in Jasmine "describe" functions. It also frees us from having to add script tags for the test files in test/ol.html.
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
*.pyc
|
|
/bin/plovr*.jar
|
|
/build/gh-pages
|
|
/build/jsdoc-*-timestamp
|
|
/build/lint-spec-timestamp
|
|
/build/lint-src-timestamp
|
|
/build/ol.css
|
|
/build/ol.js
|
|
/build/ol-all.js
|
|
/build/src
|
|
/examples/*.json
|
|
/examples/*.combined.js
|
|
/examples/example-list.js
|
|
/examples/example-list.xml
|
|
/test/requireall.js
|