mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 03:24:09 +00:00
remove redundant MAX_PATH definition
This commit is contained in:
parent
c14380d563
commit
b083e4bc5f
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ define [
|
|||
"ide/directives/SafePath"
|
||||
], (App, SafePath) ->
|
||||
|
||||
MAX_PATH = 1024 # Maximum path length, in characters. This is fairly arbitrary.
|
||||
|
||||
App.directive "validFile", () ->
|
||||
return {
|
||||
require: 'ngModel'
|
||||
|
|
Loading…
Add table
Reference in a new issue