Merge pull request #1179 from flarum/Luceos-patch-1

Update mixin.js
This commit is contained in:
Franz Liedke 2017-05-09 23:07:16 +02:00 committed by GitHub
commit 14d925fa02

View File

@ -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.