Skip to content

Commit

Permalink
MAGETWO-86402: [Backport to 2.3-develop] Changed constructor typo in …
Browse files Browse the repository at this point in the history
…Javascript class #12976
  • Loading branch information
Oleksii Korshenko authored Jan 9, 2018
2 parents ca23f2c + 3a574f2 commit f64efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/lib/core/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define([
* Creates constructor function which allows
* initialization without usage of a 'new' operator.
*
* @param {Object} protoProps - Prototypal propeties of a new constructor.
* @param {Object} protoProps - Prototypal properties of a new constructor.
* @param {Function} constructor
* @returns {Function} Created constructor.
*/
Expand Down

0 comments on commit f64efe7

Please sign in to comment.