We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f25236 commit d59a428Copy full SHA for d59a428
app/code/Magento/Ui/view/base/web/js/lib/core/class.js
@@ -27,12 +27,12 @@ define([
27
* Creates constructor function which allows
28
* initialization without usage of a 'new' operator.
29
*
30
- * @param {Object} protoProps - Prototypal propeties of a new consturctor.
31
- * @param {Function} consturctor
32
- * @returns {Function} Created consturctor.
+ * @param {Object} protoProps - Prototypal propeties of a new constructor.
+ * @param {Function} constructor
+ * @returns {Function} Created constructor.
33
*/
34
- function createConstructor(protoProps, consturctor) {
35
- var UiClass = consturctor;
+ function createConstructor(protoProps, constructor) {
+ var UiClass = constructor;
36
37
if (!UiClass) {
38
0 commit comments