remove redundant MAX_PATH definition

This commit is contained in:
Brian Gough 2018-02-07 16:14:56 +00:00
parent c14380d563
commit b083e4bc5f

View file

@ -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'