aboutsummaryrefslogtreecommitdiff
path: root/sources/styles.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/styles.js')
-rw-r--r--sources/styles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/styles.js b/sources/styles.js
index 733bb4b..dd9680e 100644
--- a/sources/styles.js
+++ b/sources/styles.js
@@ -126,7 +126,7 @@ CKEDITOR.stylesSet.add( 'default', [
126 { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' }, 126 { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' },
127 127
128 // Adding space after the style name is an intended workaround. For now, there 128 // Adding space after the style name is an intended workaround. For now, there
129 // is no option to create two styles with the same name for different widget types. See #16664. 129 // is no option to create two styles with the same name for different widget types. See http://dev.ckeditor.com/ticket/16664.
130 { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' }, 130 { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' },
131 { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' }, 131 { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
132 { name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' }, 132 { name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },