mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
JSHint fixes.
This commit is contained in:
@@ -187,10 +187,6 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
|
||||
scope.control.paste(e.clipboardData.getData('text/plain'))
|
||||
}
|
||||
|
||||
function getTextDiffered() {
|
||||
return 'new text' + 5
|
||||
}
|
||||
|
||||
function copyListener(e) {
|
||||
scope.control.getClipboardContent()
|
||||
// @TODO: OK, this basically copies last clipboard content
|
||||
@@ -286,9 +282,8 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
|
||||
|
||||
// Next please
|
||||
maybeLoadScreen()
|
||||
} else {
|
||||
// Nothing to show
|
||||
}
|
||||
// Else: Nothing to show
|
||||
}
|
||||
|
||||
imageRender.onError = function (type) {
|
||||
|
||||
Reference in New Issue
Block a user