mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
2 lines
238 B
JavaScript
2 lines
238 B
JavaScript
/*! Parser: hugeNumbers - updated 3/1/2016 (v2.25.5) */
|
|
!function(a){"use strict";a.tablesorter.addParser({id:"hugeNumbers",is:function(){return!1},format:function(a){return a.replace(/\B(?=(\d{12})+(?!\d))/g,",")},type:"text"})}(jQuery); |