Skip to content

Commit d3c9ff4

Browse files
committed
fix acroform jsDocs
1 parent 47438b3 commit d3c9ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/acroform.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ var AcroFormField = function() {
18281828
* - 'underline' = A single line along the bottom of the annotation rectangle.
18291829
* @name borderStyle
18301830
* @memberof AcroFormField#
1831-
* @default 'inset'
1831+
* @default 'solid'
18321832
* @type {string}
18331833
*/
18341834
Object.defineProperty(this, "borderStyle", {
@@ -1846,6 +1846,7 @@ var AcroFormField = function() {
18461846
* (Optional) The border width in points. If this value is 0, no border shall be drawn. Default value: 1.
18471847
* @name borderWidth
18481848
* @memberof AcroFormField#
1849+
* @default 1
18491850
* @type {number}
18501851
*/
18511852
Object.defineProperty(this, "borderWidth", {

0 commit comments

Comments
 (0)