Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2e471c8

Browse files
author
vikasrohit
committed
Merge branch 'dev' into feature/file-picker-fix
* dev: fixing linting errors
2 parents 7f45574 + 711fd7a commit 2e471c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/directives/tc-fp-file-input/tc-fp-file-input.directive.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ import _ from 'lodash'
4545
// set max size
4646
scope.maxSize = 500 * 1024 * 1024
4747

48-
var key, value
49-
/*
50-
*pass original event
51-
*/
48+
/*
49+
*pass original event
50+
*/
5251
element.bind('change', function(event) {
5352
event.preventDefault()
5453
scope.onSuccess(event.originalEvent || event)
@@ -66,7 +65,7 @@ import _ from 'lodash'
6665
input.setAttribute('data-fp-store-location', 's3')
6766
input.setAttribute('data-fp-store-container', scope.fpContainer)
6867
input.setAttribute('data-fp-store-path', scope.filePath)
69-
68+
7069
filepickerService.constructWidget(input)
7170

7271
scope.onSuccess = function(event) {

0 commit comments

Comments
 (0)