Skip to content

Instantly share code, notes, and snippets.

(function () {
'use strict';
/**
* @constructor
*/
function TtValidationDefinitionProvider() {
var lookup = {};
this.register = function (key, validationDefinition) {