mirror of
https://github.com/corda/corda.git
synced 2025-04-15 23:16:59 +00:00
Fixed review comments
This commit is contained in:
parent
ac040efe94
commit
969ec62858
@ -18,8 +18,7 @@ define([
|
||||
'jquery',
|
||||
'fcsaNumber',
|
||||
'semantic'
|
||||
],
|
||||
(angular, angularRoute, $, fcsaNumber, semantic) => {
|
||||
], (angular, angularRoute, $, fcsaNumber, semantic) => {
|
||||
angular.module('irsViewer', ['ngRoute', 'fcsa-number']);
|
||||
requirejs(['routes']);
|
||||
});
|
@ -20,8 +20,6 @@ require.config({
|
||||
priority: [
|
||||
"angular"
|
||||
],
|
||||
deps: [],
|
||||
callback: null,
|
||||
baseUrl: 'js',
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user