Skip to content
Snippets Groups Projects
Commit bb2e5001 authored by brickode's avatar brickode
Browse files

Updated JSDoc

parent 33166735
No related branches found
No related tags found
1 merge request!8249Added base rename function for all facilities
......@@ -2,7 +2,7 @@
* Adds a new "Rename Facility" textbox.
*
* Allows the use of custom handler functions.
* @param {App.Entity.Facilities.Facility} facility The name of the facility in variable form.
* @param {App.Entity.Facilities.Facility} facility The entity form of the facility. Typical denoted as `App.Entity.facilities.*`.
* @param {function():void} [handler] Any custom function to be run upon entering a new name.
*/
App.Facilities.rename = function rename(facility, handler) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment