Fix some JSHint complaints
This commit is contained in:
parent
6671a934bf
commit
1596713871
22 changed files with 96 additions and 93 deletions
|
@ -44,7 +44,7 @@ $(document).ready(function () {
|
|||
var width = editor.outerWidth() - preview.outerWidth() + preview.width();
|
||||
var minHeight = editor.outerHeight() - preview.outerHeight() + preview.height();
|
||||
|
||||
if (preview.contents().length == 0) {
|
||||
if (preview.contents().length === 0) {
|
||||
preview.oneTime(500, "loading", function () {
|
||||
preview.addClass("loading");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue