Skip to content

Commit

Permalink
Zebra - Removed the code that blocked unwanted call on the dependency…
Browse files Browse the repository at this point in the history
… callback
  • Loading branch information
duboisp committed Oct 5, 2012
1 parent 1851b49 commit f4d0b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build/js/pe-ap-min.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/js/workers/zebra.js
Expand Up @@ -24,12 +24,6 @@
$trs,
$cols;

// Prevent multi call issue on dependency load
if (!_pe.fn.parsertable) {
$(elem).css('background-color', 'red');
return;
}

// Parse the table
if (!$(elem).data().tblparser) {
_pe.fn.parsertable.parse($(elem));
Expand Down

0 comments on commit f4d0b3e

Please sign in to comment.