File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Block/Adminhtml/Product/Edit/Tab
adminhtml/web/catalog/product/composite Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ protected function _prepareColumns()
322
322
}
323
323
324
324
/**
325
- * Rerieve grid URL
325
+ * Retrieve grid URL
326
326
*
327
327
* @return string
328
328
*/
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ define([
91
91
92
92
/**
93
93
* Add product list types as scope and their urls
94
- * expamle : addListType('product_to_add', {urlFetch: 'http://magento...'})
95
- * expamle : addListType('wishlist', {urlSubmit: 'http://magento...'})
94
+ * example : addListType('product_to_add', {urlFetch: 'http://magento...'})
95
+ * example : addListType('wishlist', {urlSubmit: 'http://magento...'})
96
96
*
97
97
* @param type types as scope
98
98
* @param urls obj can be
@@ -112,7 +112,7 @@ define([
112
112
/**
113
113
* Adds complex list type - that is used to submit several list types at once
114
114
* Only urlSubmit is possible for this list type
115
- * expamle : addComplexListType(['wishlist', 'product_list'], 'http://magento...')
115
+ * example : addComplexListType(['wishlist', 'product_list'], 'http://magento...')
116
116
*
117
117
* @param type types as scope
118
118
* @param urls obj can be
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ define([
60
60
pattern = pattern . indexOf ( '{sign}' ) < 0 ? s + pattern : pattern . replace ( '{sign}' , s ) ;
61
61
62
62
// we're avoiding the usage of to fixed, and using round instead with the e representation to address
63
- // numbers like 1.005 = 1.01. Using ToFixed to only provide trailig zeroes in case we have a whole number
63
+ // numbers like 1.005 = 1.01. Using ToFixed to only provide trailing zeroes in case we have a whole number
64
64
i = parseInt (
65
65
amount = Number ( Math . round ( Math . abs ( + amount || 0 ) + 'e+' + precision ) + ( 'e-' + precision ) ) ,
66
66
10
You can’t perform that action at this time.
0 commit comments