mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:53:30 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
require('./cpu.css')
|
||||
|
||||
|
||||
|
||||
module.exports = angular.module('stf.cpu', [
|
||||
require('epoch').name
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
.run(['$templateCache', function($templateCache) {
|
||||
$templateCache.put('control-panes/performance/cpu/cpu.jade',
|
||||
require('./cpu.jade')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user