mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Use minifiable syntax
This commit is contained in:
parent
cec534c0c0
commit
a92caddf4c
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@
|
|||
$httpProvider.defaults.withCredentials = true;
|
||||
|
||||
var visBundleLoad = {
|
||||
load: function(heliumService) {
|
||||
load: ['heliumService', function(heliumService) {
|
||||
return heliumService.load;
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
||||
$routeProvider
|
||||
|
|
|
|||
Loading…
Reference in a new issue