Fix build
This commit is contained in:
parent
8697d79ba5
commit
21fc4d89d0
|
@ -113,7 +113,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let _angular = null
|
var _angular = null
|
||||||
try {
|
try {
|
||||||
_angular = angular
|
_angular = angular
|
||||||
}
|
}
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
// ReferenceError, as angular is not defined.
|
// ReferenceError, as angular is not defined.
|
||||||
}
|
}
|
||||||
|
|
||||||
let _module = null
|
var _module = null
|
||||||
try {
|
try {
|
||||||
_module = module
|
_module = module
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue