mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fic error karma conf viewer RC1
This commit is contained in:
@@ -26,7 +26,7 @@ var packageNames = [
|
|||||||
'@angular/router',
|
'@angular/router',
|
||||||
'@angular/router-deprecated',
|
'@angular/router-deprecated',
|
||||||
'@angular/testing',
|
'@angular/testing',
|
||||||
'@angular/upgrade',
|
'@angular/upgrade'
|
||||||
];
|
];
|
||||||
|
|
||||||
packageNames.forEach(function(pkgName) {
|
packageNames.forEach(function(pkgName) {
|
||||||
@@ -54,7 +54,7 @@ System.import('@angular/platform-browser/src/browser/browser_adapter')
|
|||||||
__karma__.start();
|
__karma__.start();
|
||||||
},
|
},
|
||||||
function(error) {
|
function(error) {
|
||||||
if(typeof __karma__.error == 'fucntion') {
|
if(typeof __karma__.error == 'function') {
|
||||||
__karma__.error(error.stack || error);
|
__karma__.error(error.stack || error);
|
||||||
}else{
|
}else{
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Reference in New Issue
Block a user