mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
JSHint fixes.
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = function deviceContextMenuDirective($window) {
|
||||
//},
|
||||
transclude: true,
|
||||
template: require('./device-context-menu.jade'),
|
||||
link: function (scope, element, attrs) {
|
||||
link: function (scope) {
|
||||
//var device = scope.device()
|
||||
//var control = scope.control()
|
||||
scope.windowClose = function () {
|
||||
|
||||
Reference in New Issue
Block a user