Remove empty validation

Validation is performed in the form view through server results and
patterns.
This commit is contained in:
Dennis Eichhorn 2017-08-27 21:55:40 +02:00
parent cecb5736fb
commit ee6685cfa6
5 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
(function (jsOMS) {
"use strict";
jsOMS.Validation = function () {
};
jsOMS.Validation.prototype.addInput = function () {
};
}(window.jsOMS = window.jsOMS || {}));