We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d163a commit 5f8ad46Copy full SHA for 5f8ad46
src/values/TimeValue.js
@@ -17,7 +17,7 @@ var PARENT = dv.DataValue;
17
* @param {Object} [options]
18
* @param {string} [options.calendarModel=dataValues.TimeValue.CALENDARS.GREGORIAN.uri]
19
* Wikidata URL of the calendar model.
20
- * @param {number} [options.precision=dataValues.TimeValue.PRECISION.DAY]
+ * @param {number} [options.precision=dataValues.TimeValue.PRECISIONS.DAY]
21
* @param {number} [options.before=0]
22
* @param {number} [options.after=0]
23
* @param {number} [options.timezone=0]
0 commit comments