if (oldPriority === modifyPriority && oldValue !== newValue)
                    {
                        // Call apply
                        if (propertyApply) {
                            context[propertyApply](newValue, oldValue, config.name);