Yuki Takei 8 лет назад
Родитель
Сommit
d8e1ad59a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resource/js/components/PageEditor/OptionsSelector.js

+ 1 - 1
resource/js/components/PageEditor/OptionsSelector.js

@@ -29,7 +29,7 @@ export default class OptionsSelector extends React.Component {
 
     this.availableThemes = [
       'elegant', 'neo', 'mdn-like', 'material', 'monokai', 'twilight'
-    ]
+    ];
     this.keymapModes = {
       default: 'Default',
       vim: 'Vim',