Skip to content

Commit

Permalink
Reverted a change
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-less committed Nov 1, 2017
1 parent 12b2613 commit 19ebf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular-sticky.js
Expand Up @@ -150,7 +150,7 @@ angular.module('hl.sticky', [])
var _isSticking = false;

// elements
var bodyEl = angular.element($document[0].body);
var bodyEl = $document[0].body;
var nativeEl = element[0];
var documentEl = $document[0].documentElement;

Expand Down

0 comments on commit 19ebf48

Please sign in to comment.