Skip to content

Commit

Permalink
small api tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Jan 13, 2015
1 parent 3359aa3 commit 04860b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(function(){
}

$('.cd-device-loader').each(function(){
if( ! $(this).hasClass('cd-fill-container')){
if( ! $(this).hasClass('cd-fill-parent')){
fadeDeviceIn(this);
}
});
Expand All @@ -65,7 +65,7 @@ $(function(){
});

function fillContainer(){
$('.cd-fill-container').each(function(){
$('.cd-fill-parent').each(function(){
if( firstGo ){
$(this).data('initial-width', $(this).width());
}
Expand Down
Loading

0 comments on commit 04860b6

Please sign in to comment.