Improved datatables regex

This commit is contained in:
Armando Aguirre 2018-01-30 10:48:56 -08:00
parent 8a561e72a8
commit cd994964e3

View File

@ -24,7 +24,7 @@
"exclude": [["^", 1, "$"]]
},
"Datatables.net": {
"match": "(jquery\\.)*dataTables(\\.all)*(\\.min)*\\.js$",
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
"types": ["datatables.net"]
}
},