Skip to content

Commit

Permalink
fixed prefixes not being detected
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Prinzhorn committed Dec 28, 2012
1 parent 4e64845 commit 1d175f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/skrollr.min.js

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

4 changes: 2 additions & 2 deletions src/skrollr.js
Expand Up @@ -185,11 +185,11 @@
* Constructor.
*/
function Skrollr(options) {
detectCSSPrefix();

documentElement = document.documentElement;
body = document.body;

detectCSSPrefix();

_instance = this;

options = options || {};
Expand Down

0 comments on commit 1d175f4

Please sign in to comment.