Removed almost all JSHint warnings.

This commit is contained in:
Gunther Brunner
2015-10-16 18:25:32 +09:00
parent 2a5a7bae9a
commit 1e961763bd
31 changed files with 92 additions and 93 deletions

View File

@@ -36,9 +36,9 @@ describe('Control Page', function () {
})
describe('Remote Control', function () {
var RemoteCtrl = function () {
this.paneHandleHorizontal = element(by.css('.fa-pane-handle.horizontal'))
}
//var RemoteCtrl = function () {
// this.paneHandleHorizontal = element(by.css('.fa-pane-handle.horizontal'))
//}
it('should resize panel to the right', function () {
})