Skip to content

Commit ca86aab

Browse files
committed
Delete unused requires.
1 parent 2b2d5fd commit ca86aab

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

javascript/atoms/locators/classname.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ goog.provide('bot.locators.className');
1919

2020
goog.require('bot.Error');
2121
goog.require('bot.ErrorCode');
22-
goog.require('goog.array');
2322
goog.require('goog.dom');
24-
goog.require('goog.dom.DomHelper');
2523
goog.require('goog.string');
2624

2725

javascript/atoms/locators/locators.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ goog.require('bot.locators.name');
3131
goog.require('bot.locators.partialLinkText');
3232
goog.require('bot.locators.tagName');
3333
goog.require('bot.locators.xpath');
34-
goog.require('goog.array'); // for the IArrayLike typedef
3534
goog.require('goog.object');
3635

3736

0 commit comments

Comments
 (0)