Skip to content

Commit 7e8d0d9

Browse files
committed
eslint hints
1 parent a7dd95a commit 7e8d0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timeline/js/controllers.js

+1
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ App.controller("TimelineCtrl", function ($scope) {
515515
if (id !== "" && $scope.enable_razor) {
516516
if ($scope.Qt) {
517517
var cursor_seconds = $scope.getJavaScriptPosition(event.clientX);
518+
/*eslint new-cap: [2, {"capIsNewExceptions": ["timeline.RazorSliceAtCursor"]}]*/
518519
timeline.RazorSliceAtCursor(id, "", cursor_seconds);
519520
}
520521
// Don't actually select clip

0 commit comments

Comments
 (0)