Fix demos that included togglable parsed data

This commit is contained in:
Mottie 2014-04-13 12:11:24 -05:00
parent 70c20caeb0
commit 87d2ef7da9

View File

@ -173,7 +173,7 @@
// append hidden parsed value to cell
// used by feet-inch-fraction & metric parser demos
var addParsedValues = function($t, cols, format){
window.addParsedValues = function($t, cols, format){
var r,
$r = $t.find('tbody tr'),
c = $t[0].config.cache[0].normalized;