Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
TooBug committed Oct 11, 2013
1 parent e49f196 commit 31cbbae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jQuery.cssParentSelector.js
Expand Up @@ -71,8 +71,7 @@
// There's nothing so we can skip this one.
if ( declarations === '{}' ) continue;

// declarations = declarations.replace(/;/g, ' !important;');
declarations = declarations.replace(/;/g, ';');
declarations = declarations.replace(/;/g, ' !important;');

for (j = -1; selectors[++j], selector = $.trim(selectors[j]);) {

Expand Down

0 comments on commit 31cbbae

Please sign in to comment.