Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
b79e8b81
Commit
b79e8b81
authored
Aug 06, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed jshint error in test-main
parent
3b252008
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/test/test-main.js
+7
-7
No files found.
src/test/test-main.js
View file @
b79e8b81
for
(
var
file
in
window
.
__karma__
.
files
)
{
if
(
/spec
\.
js$/
.
test
(
file
))
{
tests
.
push
(
file
.
replace
(
/^
\/
base
\/
/
,
'http://localhost:9876/base/'
));
}
}
require
.
config
({
baseUrl
:
'http://localhost:9876/base/app'
,
...
...
@@ -93,7 +87,6 @@ require.config({
'angular-loader'
:
[
'angular'
],
'angular-mocks'
:
[
'angular'
],
'angular-resource'
:
[
'angular'
],
'angular-route'
:
[
'angular'
],
'angular-touch'
:
[
'angular'
],
'bindonce'
:
[
'angular'
],
'angular-strap'
:
[
'angular'
,
'bootstrap'
,
'timepicker'
,
'datepicker'
],
...
...
@@ -112,6 +105,13 @@ require([
],
function
(
angular
)
{
'use strict'
;
for
(
var
file
in
window
.
__karma__
.
files
)
{
if
(
/spec
\.
js$/
.
test
(
file
))
{
window
.
tests
.
push
(
file
.
replace
(
/^
\/
base
\/
/
,
'http://localhost:9876/base/'
));
}
}
angular
.
module
(
'grafana'
,
[
'ngRoute'
]);
angular
.
module
(
'grafana.services'
,
[
'ngRoute'
,
'$strap.directives'
]);
angular
.
module
(
'grafana.panels'
,
[]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment