-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reworked to decouple scroll observing from GA tracking, added support for nested scroll areas.
- Loading branch information
1 parent
5ec504e
commit 7e3870e
Showing
13 changed files
with
1,963 additions
and
1,546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module.exports = function(config) { | ||
'use strict'; | ||
|
||
config.set({ | ||
|
||
basePath: './', | ||
|
||
frameworks: ["jasmine"], | ||
|
||
files: [ | ||
'src/scroll-tracker.js', | ||
'test/**/*.spec.js' | ||
], | ||
|
||
autoWatch: true, | ||
|
||
browsers: ['Chrome'] | ||
|
||
}); | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.