checkResetter : function(obj, config, args)
    {
        if (args.length != 0) {
            throw new Error("Called reset method of property " + config.name + " on " + obj + " with too many arguments!");
        }