typo
This commit is contained in:
parent
7dd33f188f
commit
3cd871eac0
@ -30,7 +30,7 @@
|
|||||||
VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section',
|
VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section',
|
||||||
HOME_SLIDE_SELECTOR = '.slides>section:first-of-type',
|
HOME_SLIDE_SELECTOR = '.slides>section:first-of-type',
|
||||||
|
|
||||||
// Configurations defaults, can be overridden at initialization time
|
// Configuration defaults, can be overridden at initialization time
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
// The "normal" size of the presentation, aspect ratio will be preserved
|
// The "normal" size of the presentation, aspect ratio will be preserved
|
||||||
@ -1136,7 +1136,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Measures the distance in pixels between point a and point b.
|
* Converts various color input formats to an {r:0,g:0,b:0} object.
|
||||||
*
|
*
|
||||||
* @param {String} color The string representation of a color,
|
* @param {String} color The string representation of a color,
|
||||||
* the following formats are supported:
|
* the following formats are supported:
|
||||||
|
Loading…
Reference in New Issue
Block a user