Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select option list follows page scroll #1500

Merged
merged 13 commits into from
Nov 20, 2017
2 changes: 1 addition & 1 deletion scripts/rewrite-decl-statements-for-closure-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* * Rewrite import Foo from './foo' to const Foo = goog.require('mdc.foo')
* * Rewrite import {foo, bar} from './util' to const {foo, bar} = goog.require('mdc.util')
*
*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running npm run lint resulted in an error pointing to this line. I noticed that on TravisCI, and so I made this fix to let the validation process continue.

*
* This script rewrites import statements such that:
*
* ```js
Expand Down