(message)
| 1264 | }; |
| 1265 | |
| 1266 | var _emptyTable = function (message) { |
| 1267 | var tbl = ["<table class='table table-bordered table-striped table-condensed table-hover'>"]; |
| 1268 | tbl.push('<tr class="active"><th class="num">序号</th><th>匹配结果</th></tr>'); |
| 1269 | tbl.push('<tr><td colspan="2">' + message + '</td></tr>'); |
| 1270 | tbl.push('</table>'); |
| 1271 | return tbl.join(''); |
| 1272 | }; |
| 1273 | |
| 1274 | var _dealRegMatch = function (e) { |
| 1275 | if (!srcWrapperElm || !srcElm) return; |
no outgoing calls
no test coverage detected