aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/directive/input.js')
-rw-r--r--src/ng/directive/input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 2e051706..f88af155 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -960,7 +960,7 @@ var VALID_CLASS = 'ng-valid',
if (browser.params.browser == 'safari') {
// SafariDriver can't handle contenteditable.
return;
- };
+ }
var contentEditable = element(by.css('[contenteditable]'));
expect(contentEditable.getText()).toEqual('Change me!');