Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
njleonzhang committed Feb 25, 2017
1 parent 9e06c57 commit ad82cf3
Show file tree
Hide file tree
Showing 3 changed files with 7,076 additions and 4,641 deletions.
2 changes: 1 addition & 1 deletion dist/data-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ return /******/ (function(modules) { // webpackBootstrap
tableData: function tableData() {
var _this = this;

var newData = this.data;
var newData = this.data.slice();

var doFilter = function doFilter(defaultFilterFunction, filter, value) {
var filterFunction = filter.filterFunction || defaultFilterFunction;
Expand Down
Loading

0 comments on commit ad82cf3

Please sign in to comment.