mirror of
https://github.com/flarum/core.git
synced 2025-06-04 13:45:05 +02:00
Update mixin.js
Typo fixed
This commit is contained in:
parent
03e30d7d4f
commit
e47fe288fa
@ -3,7 +3,7 @@
|
||||
* the prototype of a parent object.
|
||||
*
|
||||
* @example
|
||||
* class MyClass extends mixin(ExtistingClass, evented, etc) {}
|
||||
* class MyClass extends mixin(ExistingClass, evented, etc) {}
|
||||
*
|
||||
* @param {Class} Parent The class to extend the new class from.
|
||||
* @param {...Object} mixins The objects to mix in.
|
||||
|
Loading…
x
Reference in New Issue
Block a user