Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Not sure what this code was even doing. ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 5, 2014
1 parent ab1e203 commit 27540bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tables.columntoggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@

if( priority && priority !== "persist" ) {
$cells.addClass( self.classes.priorityPrefix + priority );
} else {
$cells.each(function() {
// remove all priority classes.
this.className = this.className.replace( /\bui\-table\-priority\-\d\b/g, '' );
});
}
});
};
Expand Down

0 comments on commit 27540bb

Please sign in to comment.