﻿/* ********************************************************** */
/* KeaneFormManagerPrototype declaration                      */        
/* ********************************************************** */
var KeaneFormManagerPrototype = function(spec) {
    // Private properties/methods.
    var     
        that = {},
        constants = spec.constants;
                       
    // Private properties/methods.

    // Public properties/methods.
    
    // Return constructed object.
    return that;
}
