Condition.js revision 2d7019e19039fd083850f76e54b6b26a7b06a8f2
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * Copyright © 2011 ForgeRock AS. All rights reserved.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * The contents of this file are subject to the terms
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * of the Common Development and Distribution License
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * (the License). You may not use this file except in
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * compliance with the License.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * You can obtain a copy of the License at
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * http://forgerock.org/license/CDDLv1.0.html
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * See the License for the specific language governing
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * permission and limitations under the License.
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * When distributing Covered Code, include this CDDL
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance * Header Notice in each file and include the License file
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * at http://forgerock.org/license/CDDLv1.0.html
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * If applicable, add the following below the CDDL Header,
45e34c7696f9dd6163686ff6798b33a126590fa2Felix Gabriel Mance * with the fields enclosed by brackets [] replaced by
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * your own identifying information:
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * "Portions Copyrighted [year] [name of copyright owner]"
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu/*global define*/
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu * @author mbilski
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu var obj = function(name, checkingFunction) {
934f126d5b9d809fcb74f01507483f133804af0eFrancisc Nicolae Bungiu this.checkingFunction = checkingFunction;