From f81e415dd03d0eb96a0e01caae2294a8625cdd90 Mon Sep 17 00:00:00 2001 From: Arcady Usov Date: Mon, 28 Apr 2014 18:55:06 +0600 Subject: [PATCH] Code styling. --- djangocms_text_ckeditor/static/js/cms.ckeditor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/djangocms_text_ckeditor/static/js/cms.ckeditor.js b/djangocms_text_ckeditor/static/js/cms.ckeditor.js index f0c4e53..6ae3a42 100644 --- a/djangocms_text_ckeditor/static/js/cms.ckeditor.js +++ b/djangocms_text_ckeditor/static/js/cms.ckeditor.js @@ -48,8 +48,7 @@ $(document).ready(function () { }, init: function (container, options, settings) { - if ($('#' + container).length > 0) - { + if ($('#' + container).length > 0) { this.container = $('#' + container); // add additional settings to options