mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix typo in iteratorTemplate and _.template docs. [ci skip] [closes #232]
Former-commit-id: b7870c00a2ab788c233696d3ca40f8306ee7bc3a
This commit is contained in:
4
dist/lodash.compat.js
vendored
4
dist/lodash.compat.js
vendored
@@ -445,7 +445,7 @@
|
||||
* The template used to create iterator functions.
|
||||
*
|
||||
* @private
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @returns {String} Returns the interpolated text.
|
||||
*/
|
||||
var iteratorTemplate = function(obj) {
|
||||
@@ -4935,7 +4935,7 @@
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
* @param {String} text The template text.
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @param {Object} options The options object.
|
||||
* escape - The "escape" delimiter regexp.
|
||||
* evaluate - The "evaluate" delimiter regexp.
|
||||
|
||||
4
dist/lodash.js
vendored
4
dist/lodash.js
vendored
@@ -333,7 +333,7 @@
|
||||
* The template used to create iterator functions.
|
||||
*
|
||||
* @private
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @returns {String} Returns the interpolated text.
|
||||
*/
|
||||
var iteratorTemplate = function(obj) {
|
||||
@@ -4733,7 +4733,7 @@
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
* @param {String} text The template text.
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @param {Object} options The options object.
|
||||
* escape - The "escape" delimiter regexp.
|
||||
* evaluate - The "evaluate" delimiter regexp.
|
||||
|
||||
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -3900,7 +3900,7 @@
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
* @param {String} text The template text.
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @param {Object} options The options object.
|
||||
* escape - The "escape" delimiter regexp.
|
||||
* evaluate - The "evaluate" delimiter regexp.
|
||||
|
||||
@@ -3540,7 +3540,7 @@ http://developer.chrome.com/stable/extensions/sandboxingEval.html
|
||||
|
||||
#### Arguments
|
||||
1. `text` *(String)*: The template text.
|
||||
2. `data` *(Obect)*: The data object used to populate the text.
|
||||
2. `data` *(Object)*: The data object used to populate the text.
|
||||
3. `options` *(Object)*: The options object. escape - The "escape" delimiter regexp. evaluate - The "evaluate" delimiter regexp. interpolate - The "interpolate" delimiter regexp. sourceURL - The sourceURL of the template's compiled source. variable - The data object variable name.
|
||||
|
||||
#### Returns
|
||||
|
||||
@@ -444,7 +444,7 @@
|
||||
* The template used to create iterator functions.
|
||||
*
|
||||
* @private
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @returns {String} Returns the interpolated text.
|
||||
*/
|
||||
var iteratorTemplate = template(
|
||||
@@ -4945,7 +4945,7 @@
|
||||
* @memberOf _
|
||||
* @category Utilities
|
||||
* @param {String} text The template text.
|
||||
* @param {Obect} data The data object used to populate the text.
|
||||
* @param {Object} data The data object used to populate the text.
|
||||
* @param {Object} options The options object.
|
||||
* escape - The "escape" delimiter regexp.
|
||||
* evaluate - The "evaluate" delimiter regexp.
|
||||
|
||||
Reference in New Issue
Block a user