Skip to content

Commit

Permalink
#855 lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <cmalley@pixelzoom.com>
  • Loading branch information
pixelzoom committed Sep 23, 2018
1 parent 154f10a commit 2194c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/AccessibilityTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ define( function( require ) {

// clear values
buttonNode.inputType = null;
var buttonElement = getPrimarySiblingElementByNode( buttonNode );
buttonElement = getPrimarySiblingElementByNode( buttonNode );
assert.ok( buttonElement.getAttribute( 'type' ) === null, 'input type cleared' );
} );

Expand Down

0 comments on commit 2194c0d

Please sign in to comment.