Imports cased like the filename
This commit is contained in:
9
src/ol/ViewHint.js
Normal file
9
src/ol/ViewHint.js
Normal file
@@ -0,0 +1,9 @@
|
||||
goog.provide('ol.ViewHint');
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
ol.ViewHint = {
|
||||
ANIMATING: 0,
|
||||
INTERACTING: 1
|
||||
};
|
||||
Reference in New Issue
Block a user