File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const configurations = {
45
45
* if an option is not customized by the user, the default value set
46
46
* in 'configurations.default' will be returned instead.
47
47
* @see {@link CONFIG }
48
- * @see {@link configurations }
48
+ * @see {@link module:animate~ configurations }
49
49
*/
50
50
const configHandler = {
51
51
/**
@@ -71,7 +71,7 @@ const configHandler = {
71
71
* Object that handles configurations, either customized by the user
72
72
* or default values defined in 'configurations.default' object
73
73
* @type {Object.<string,any> }
74
- * @see {@link configurations }
74
+ * @see {@link module:animate~ configurations }
75
75
*/
76
76
const CONFIG = new Proxy ( configurations , configHandler ) ;
77
77
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const getTargets = selector => {
66
66
* overriding default animations properties and options
67
67
* @param {Object } opts - All custom animation properties and options.
68
68
* @see {@link module:globals.PROPERTY_NAMES }
69
- * @see {@link module:animate. configurations.default }
69
+ * @see {@link module:animate~ configurations }
70
70
*/
71
71
const config = opts => {
72
72
updateDefaultConfig ( opts ) ;
You can’t perform that action at this time.
0 commit comments