mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
All JSHint trough webpack passes now.
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = function ServiceFactory($modal, $location) {
|
||||
controller: ModalInstanceCtrl
|
||||
})
|
||||
|
||||
modalInstance.result.then(function (selectedItem) {
|
||||
modalInstance.result.then(function (/*selectedItem*/) {
|
||||
}, function () {
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user