/* * tablesaw: A set of plugins for responsive tables * minimap: a set of dots to show which columns are currently visible. * Copyright (c) 2013 Filament Group, Inc. * MIT License */ ;(function( win, $, undefined ){ var MM = { attr: { init: 'data-tablesaw-minimap' } }; function createMiniMap( $table ){ var $btns = $( '
' ), $dotNav = $( '