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

Fixed spelling error

parent 9eb043b7
No related branches found
No related tags found
1 merge request!7685Major Sex Interaction Expansion
...@@ -54,7 +54,7 @@ App.UI.SlaveInteract.useSlave = function(slave) { ...@@ -54,7 +54,7 @@ App.UI.SlaveInteract.useSlave = function(slave) {
} }
} }
/** The base element class. Used to create wrappers for DOM elements for easier manpulation and cleaner code. */ /** The base element class. Used to create wrappers for DOM elements for easier manipulation and cleaner code. */
class Element { class Element {
/** @param {any[]} args Can be of any type. */ /** @param {any[]} args Can be of any type. */
constructor(...args) { constructor(...args) {
......
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