Skip to content

Commit

Permalink
Whitespaces and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 21, 2013
1 parent 91bbfaf commit da3788f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nprogress.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
/**
* Determine which positioning CSS rule to use.
*/

NProgress.getPositioningCSS = function() {
// Sniff on document.body.style
var bodyStyle = document.body.style;
Expand All @@ -226,7 +227,7 @@
// Browsers without translate() support, e.g. IE7-8
return 'margin';
}
}
};

/**
* Helpers
Expand Down

0 comments on commit da3788f

Please sign in to comment.