Skip to content

Commit e2b3aae

Browse files
committed
Add missing goog.require statements.
1 parent afe4856 commit e2b3aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: javascript/atoms/locators/classname.js

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
goog.provide('bot.locators.className');
1717

18+
goog.require('bot.Error');
19+
goog.require('bot.ErrorCode');
1820
goog.require('goog.array');
1921
goog.require('goog.dom');
2022
goog.require('goog.dom.DomHelper');

0 commit comments

Comments
 (0)