diff options
| author | Peter Bacon Darwin | 2014-02-15 20:46:50 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:45 +0000 | 
| commit | ecdb9a5688df3dc9c7c436574d5ec135354d11de (patch) | |
| tree | 284079a06898610f1ce319345f7d882b2ebad803 /src/ng/directive/input.js | |
| parent | c6f406f03b53cb6948afdd4720e54b134e463650 (diff) | |
| download | angular.js-ecdb9a5688df3dc9c7c436574d5ec135354d11de.tar.bz2 | |
docs(*): fix jshint issues in examples
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
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!'); | 
