mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
All JSHint trough webpack passes now.
This commit is contained in:
parent
176bd002da
commit
ce604d8211
21 changed files with 395 additions and 413 deletions
|
@ -18,7 +18,7 @@ module.exports = function ServiceFactory($modal, $location) {
|
|||
controller: ModalInstanceCtrl
|
||||
})
|
||||
|
||||
modalInstance.result.then(function (selectedItem) {
|
||||
modalInstance.result.then(function (/*selectedItem*/) {
|
||||
}, function () {
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue