File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
1
3
/**
2
4
* @description Replace String based on RegExp
3
5
*
Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
1
3
/**
2
4
* @description Given a "loop" parameter from an "each" tag, parses out the param names and expression to be looped.
3
5
*
Original file line number Diff line number Diff line change
1
+ 'use strict'
2
+
1
3
/**
2
- * @description Get the nect tag from a node list
4
+ * @description Get the next tag from a node list
3
5
*
4
6
* @method getNextTag
5
7
*
6
8
* @param {Array } nodes Nodes
7
9
* @param {Number } i Accumulator
8
10
*
9
- * @return {Array } [] Array containing the next tag in nodes
11
+ * @return {Array } [] Array containing the next tag
10
12
*/
11
13
function getNextTag ( nodes , i ) {
12
14
// loop until we get the next tag (bypassing newlines etc)
You can’t perform that action at this time.
0 commit comments