Skip to content

Commit

Permalink
Merge pull request #8 from mihaip/master
Browse files Browse the repository at this point in the history
Fix typo in getClientRects method name.
  • Loading branch information
dglazkov committed May 30, 2015
2 parents 1988970 + d2f509a commit ba08924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/chrome/content_script.js
Expand Up @@ -40,7 +40,7 @@ var layoutTriggers = {
'scrollIntoView',
'scrollBy', // experimental
'scrollTo', // experimental
'getClientRect',
'getClientRects',
'getBoundingClientRect',
'computedRole', // experimental
'computedName', // experimental
Expand Down
2 changes: 1 addition & 1 deletion nope.js
Expand Up @@ -23,7 +23,7 @@ var layoutTriggers = {
'scrollIntoView',
'scrollBy', // experimental
'scrollTo', // experimental
'getClientRect',
'getClientRects',
'getBoundingClientRect',
'computedRole', // experimental
'computedName', // experimental
Expand Down

0 comments on commit ba08924

Please sign in to comment.