Merge pull request #363 from mattgrande/master
Fix code_dialog_width and height "types" from strings to numbers, which is what they should have been all along. Thx Matt.
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ This configuration option sets the *internal, editable area* height of the `code
|
||||
|
||||
Note that the external dimensions of the actual modal will be slightly larger than the value set.
|
||||
|
||||
**Type:** `String`
|
||||
**Type:** `Number`
|
||||
|
||||
##### Example
|
||||
|
||||
@@ -48,7 +48,7 @@ This configuration option sets the *internal, editable area* width of the `code`
|
||||
|
||||
Note that the external dimensions of the actual modal will be slightly larger than the value set.
|
||||
|
||||
**Type:** `String`
|
||||
**Type:** `Number`
|
||||
|
||||
##### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user