mirror of
https://github.com/flarum/core.git
synced 2025-06-08 15:44:57 +02:00
commit
3dfa6bc8cb
@ -3,7 +3,7 @@
|
|||||||
* the prototype of a parent object.
|
* the prototype of a parent object.
|
||||||
*
|
*
|
||||||
* @example
|
* @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 {Class} Parent The class to extend the new class from.
|
||||||
* @param {...Object} mixins The objects to mix in.
|
* @param {...Object} mixins The objects to mix in.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user