Skip to content

Commit 277b73f

Browse files
committed
Trying more eslint variations
1 parent 2e134b7 commit 277b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline/js/directives/transition.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var track_container_height = -1;
4141
// 3: class change when hovered over
4242
var dragLoc = null;
4343

44-
/*global App, timeline, moveBoundingBox*/
44+
/*global App, timeline, hasLockedTrack, moveBoundingBox */
4545
App.directive("tlTransition", function () {
4646
return {
4747
scope: "@",

0 commit comments

Comments
 (0)