-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added element to data object for tracking jquery elements
* removed generated by coffeescript header * convert to dot method syntax
- Loading branch information
1 parent
0c70c43
commit 5e82b2e
Showing
14 changed files
with
406 additions
and
387 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
'use strict'; | ||
|
||
// Generated by CoffeeScript 2.2.4 | ||
(function () { | ||
/* | ||
Atrackt Omniture Plugin | ||
|
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
'use strict'; | ||
|
||
// Generated by CoffeeScript 2.2.4 | ||
(function () { | ||
/* | ||
Atrackt Sumo Logic Plugin | ||
|
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 |
---|---|---|
|
@@ -2,26 +2,26 @@ | |
"name": "Atrackt", | ||
"license": "SEE LICENSE IN LICENSE FILE", | ||
"engines": { | ||
"node": "~10.6", | ||
"npm": "~6.2" | ||
"node": "^10.6", | ||
"npm": "^6.2" | ||
}, | ||
"dependencies": { | ||
"jquery": "~3.3", | ||
"jquery.scrollto": "~2.1" | ||
"jquery": "^3.3", | ||
"jquery.scrollto": "^2.1" | ||
}, | ||
"devDependencies": { | ||
"//": "warning [email protected]: Regression introduced (https://github.com/sinonjs/sinon/issues/1756). Use 4.4.9", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "~4.1", | ||
"chai-as-promised": "~7.1", | ||
"coffeescript": "~2.2", | ||
"lolex": "~2.3", | ||
"mocha": "~5.0", | ||
"node-sass": "~4.7", | ||
"phantomjs": "^2.1.7", | ||
"sinon": "~4.4.9", | ||
"sinon-chai": "~3.0", | ||
"testem": "~2.0" | ||
"babel-core": "^6.26", | ||
"babel-preset-es2015": "^6.24", | ||
"chai": "^4.1", | ||
"chai-as-promised": "^7.1", | ||
"coffeescript": "^2.2", | ||
"lolex": "^2.3", | ||
"mocha": "^5.0", | ||
"node-sass": "^4.7", | ||
"phantomjs": "^2.1", | ||
"sinon": "^4.4.9", | ||
"sinon-chai": "^3.0", | ||
"testem": "^2.0" | ||
} | ||
} |
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
Oops, something went wrong.