Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50f29d1

Browse files
author
vikasrohit
committedJul 5, 2016
-- Fixing linting errors
1 parent f5a1073 commit 50f29d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎app/submissions/submit-design-files/submit-design-files.controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import _ from 'lodash'
1212
if (!challengeToSubmitTo.challenge) { return }
1313

1414
var vm = this
15-
var fileUploadProgress = {}
1615
vm.urlRegEx = new RegExp(/^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,3})+(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=]*)?$/)
1716
vm.rankRegEx = new RegExp(/^[1-9]\d*$/)
1817
vm.comments = ''
@@ -112,7 +111,6 @@ import _ from 'lodash'
112111
function uploadSubmission() {
113112
vm.errorInUpload = false
114113
vm.uploadProgress = 0
115-
vm.fileUploadProgress = {}
116114
vm.showProgress = true
117115
vm.preparing = true
118116
vm.finishing = false

0 commit comments

Comments
 (0)
This repository has been archived.