Skip to content

Commit

Permalink
Merge aftermath.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Aug 29, 2016
1 parent e18380c commit ee46f63
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/constants/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ const FORM = 'http://onto.fel.cvut.cz/ontologies/documentation/form',

CONDITION = 'http://onto.fel.cvut.cz/ontologies/form/condition',

HAS_PATTERN = 'http://onto.fel.cvut.cz/ontologies/form-lt/has-pattern',

MIN_INCLUSIVE = 'http://www.w3.org/2001/XMLSchema#minInclusive',
MAX_INCLUSIVE = 'http://www.w3.org/2001/XMLSchema#maxInclusive';
HAS_PATTERN = 'http://onto.fel.cvut.cz/ontologies/form-lt/has-pattern';


/**
Expand Down Expand Up @@ -255,15 +252,5 @@ export default class Constants {

static get HAS_PATTERN() {
return HAS_PATTERN;
}

static get MIN_INCLUSIVE() {
return MIN_INCLUSIVE;
}

static get MAX_INCLUSIVE() {
return MAX_INCLUSIVE;
}


}
}

0 comments on commit ee46f63

Please sign in to comment.