Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1ec747f

Browse files
committed
format
1 parent 71ceaf9 commit 1ec747f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iron-scroll-manager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ export function _shouldPreventScrolling(event) {
270270
*/
271271
export function _getScrollableNodes(nodes) {
272272
var scrollables = [];
273-
var lockingIndex = nodes.indexOf(/** @type {!Node} */(currentLockingElement));
273+
var lockingIndex =
274+
nodes.indexOf(/** @type {!Node} */ (currentLockingElement));
274275
// Loop from root target to locking element (included).
275276
for (var i = 0; i <= lockingIndex; i++) {
276277
// Skip non-Element nodes.

0 commit comments

Comments
 (0)