Skip to content

Commit

Permalink
Use json version of scroll api for 2.0 and greater (#576)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b809be)
  • Loading branch information
kjg authored and spalger committed Jul 31, 2017
1 parent 7f0d0d6 commit 7ad3a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function (spec) {
}
},
{
version: '>=5.3',
version: '>=2.0',
paramAsBody: {
scroll: {
param: 'scrollId',
Expand Down

0 comments on commit 7ad3a7e

Please sign in to comment.