mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 19:25:13 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = angular.module('stf.shell', [
|
||||
require('stf/common-ui').name,
|
||||
require('gettext').name
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
.run(['$templateCache', function($templateCache) {
|
||||
$templateCache.put('control-panes/dashboard/shell/shell.jade',
|
||||
require('./shell.jade')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user