/// <summary> /// Update the settings for this manager /// </summary> /// <param name="settings">The object with the new settings</param> public void changeSettings(JsUndoableSettings settings) { }
/// <summary> /// Init the undo mananger with the specific settings /// </summary> /// <param name="settings">The object with the new settings</param> public UndoManager(JsUndoableSettings settings) { }