Skip to content

Commit 53697d1

Browse files
committed
Fix missing semicolon.
1 parent e8f4629 commit 53697d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jQuery(function() {
255255
elem.style.display = display;
256256
return ret;
257257
}
258-
}
258+
};
259259
}
260260
});
261261

0 commit comments

Comments
 (0)