diff --git a/lib/reveal-ck/config.rb b/lib/reveal-ck/config.rb index 305ecac..7513e13 100644 --- a/lib/reveal-ck/config.rb +++ b/lib/reveal-ck/config.rb @@ -27,15 +27,9 @@ def core_defaults 'author' => '', 'theme' => 'black', 'transition' => 'default', - 'data' => { - - }, - 'meta_properties' => { - - }, - 'meta_names' => { - - } + 'data' => {}, + 'meta_properties' => {}, + 'meta_names' => {} } end