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+
13/**
24 * @description Replace String based on RegExp
35 *
Original file line number Diff line number Diff line change 1+ 'use strict'
2+
13/**
24 * @description Given a "loop" parameter from an "each" tag, parses out the param names and expression to be looped.
35 *
Original file line number Diff line number Diff line change 1+ 'use strict'
2+
13/**
2- * @description Get the nect tag from a node list
4+ * @description Get the next tag from a node list
35 *
46 * @method getNextTag
57 *
68 * @param {Array } nodes Nodes
79 * @param {Number } i Accumulator
810 *
9- * @return {Array } [] Array containing the next tag in nodes
11+ * @return {Array } [] Array containing the next tag
1012 */
1113function getNextTag ( nodes , i ) {
1214 // loop until we get the next tag (bypassing newlines etc)
You can’t perform that action at this time.
0 commit comments