File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Ui/view/base/web/js/lib/core Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ define([
27
27
* Creates constructor function which allows
28
28
* initialization without usage of a 'new' operator.
29
29
*
30
- * @param {Object } protoProps - Prototypal propeties of a new consturctor .
31
- * @param {Function } consturctor
32
- * @returns {Function } Created consturctor .
30
+ * @param {Object } protoProps - Prototypal properties of a new constructor .
31
+ * @param {Function } constructor
32
+ * @returns {Function } Created constructor .
33
33
*/
34
- function createConstructor ( protoProps , consturctor ) {
35
- var UiClass = consturctor ;
34
+ function createConstructor ( protoProps , constructor ) {
35
+ var UiClass = constructor ;
36
36
37
37
if ( ! UiClass ) {
38
38
@@ -61,7 +61,7 @@ define([
61
61
Class = createConstructor ( {
62
62
63
63
/**
64
- * Entry point to the initialization of consturctors ' instance.
64
+ * Entry point to the initialization of constructors ' instance.
65
65
*
66
66
* @param {Object } [options={}]
67
67
* @returns {Class } Chainable.
You can’t perform that action at this time.
0 commit comments