Make changes requested by Codacy

This commit is contained in:
Jonathan Rehm 2017-07-19 06:30:48 -07:00
parent 3258f4fb79
commit 59afc7eb9f
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
/* global Bloodhound, language, Modernizr, tinymce */
tinymce.init({
selector: '#description',
selector: "#description",
branding: false,
menubar: 'edit view format',
language: language
menubar: "edit view format",
language
});
if (!Modernizr.inputtypes.date) {