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:
Robert Collings
2016-07-14 18:59:58 -07:00
committed by GitHub
+2 -2
View File
@@ -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