Instead of providing animation functions, provide the namespace
This follows the convention in the Closure Library of providing either namespace objects (where the property starts with a lowercase letter), constructors (where the property starts with an uppercase letter), or enums (all uppercase properties, only one instance of this in the closure library).
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
// FIXME works for View2D only
|
||||
|
||||
goog.provide('ol.animation.bounce');
|
||||
goog.provide('ol.animation.pan');
|
||||
goog.provide('ol.animation.rotate');
|
||||
goog.provide('ol.animation.zoom');
|
||||
goog.provide('ol.animation');
|
||||
|
||||
goog.require('ol.PreRenderFunction');
|
||||
goog.require('ol.ViewHint');
|
||||
|
||||
Reference in New Issue
Block a user