Skip to content

Commit

Permalink
Minify javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Mar 26, 2013
1 parent 1fea628 commit 3fc2560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.pin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
});

$this.css({width: $this.outerWidth()});
$this.parent().css("height", $this.outerHeight());
$this.parent().css("height", $this.outerHeight());
}
};

Expand Down
2 changes: 1 addition & 1 deletion jquery.pin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fc2560

Please sign in to comment.