Skip to content

Commit

Permalink
Removed Uneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh Ho committed Dec 19, 2012
1 parent 154b895 commit 1c9bb10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/classes/searchProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
column: columnName,
columnDisplay: columnName.replace(/\s+/g, '').toLowerCase(),
regex: getRegExp(columnValue, 'i'),
originalStr: columnValue
});
}
} else {
Expand All @@ -97,7 +96,6 @@
searchConditions.push({
column: '',
regex: getRegExp(val, 'i'),
originalStr: val
});
}
}
Expand Down

0 comments on commit 1c9bb10

Please sign in to comment.