Fix markdown.js slideAttributesSeparator selection.

This commit is contained in:
VonC 2013-10-14 12:33:55 +02:00
parent d6b8e4a246
commit 83ee2eb00e
1 changed files with 3 additions and 2 deletions

View File

@ -281,7 +281,8 @@
separator: section.getAttribute( 'data-separator' ),
verticalSeparator: section.getAttribute( 'data-vertical' ),
notesSeparator: section.getAttribute( 'data-notes' ),
attributes: getForwardedAttributes( section )
attributes: getForwardedAttributes( section ),
slideAttributesSeparator: section.getAttribute( 'data-attributes' ),
});
}