We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e134b7 commit 277b73fCopy full SHA for 277b73f
src/timeline/js/directives/transition.js
@@ -41,7 +41,7 @@ var track_container_height = -1;
41
// 3: class change when hovered over
42
var dragLoc = null;
43
44
-/*global App, timeline, moveBoundingBox*/
+/*global App, timeline, hasLockedTrack, moveBoundingBox */
45
App.directive("tlTransition", function () {
46
return {
47
scope: "@",
0 commit comments