Skip to content

Commit

Permalink
== -> ===
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed May 2, 2018
1 parent dcf5f6f commit 83be0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-doc-viewer-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
*/
scrollToAnchor: function(hash) {
hash = hash || window.location.hash;
if (!hash || hash.length == 0) {
if (!hash || hash.length === 0) {
return;
}
if (hash.indexOf('#') === 0) {
Expand Down

0 comments on commit 83be0d2

Please sign in to comment.