JSHint fixes.

This commit is contained in:
Gunther Brunner
2014-07-17 18:29:08 +09:00
parent f5fb0a1317
commit 444a940fbb

View File

@@ -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) {