Skip to content

Commit b721d31

Browse files
committed
Fixing more Codacy issues
1 parent f66331d commit b721d31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/timeline/js/directives/playhead.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*/
2828

2929

30+
/*global setSelections, setBoundingBox, moveBoundingBox, bounding_box */
3031
// Handles the playhead dragging
3132
var playhead_y_max = null;
3233

src/timeline/js/functions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function moveBoundingBox(scope, previous_x, previous_y, x_offset, y_offset, left
336336

337337
if (snapline_position) {
338338
// Show snapping line
339-
if (item_type != "playhead") {
339+
if (item_type !== "playhead") {
340340
scope.showSnapline(snapline_position);
341341
}
342342

0 commit comments

Comments
 (0)