Fixed review comments

This commit is contained in:
Clinton Alexander 2016-07-19 09:26:16 +01:00
parent ac040efe94
commit 969ec62858
2 changed files with 1 additions and 4 deletions

View File

@ -18,8 +18,7 @@ define([
'jquery',
'fcsaNumber',
'semantic'
],
(angular, angularRoute, $, fcsaNumber, semantic) => {
], (angular, angularRoute, $, fcsaNumber, semantic) => {
angular.module('irsViewer', ['ngRoute', 'fcsa-number']);
requirejs(['routes']);
});

View File

@ -20,8 +20,6 @@ require.config({
priority: [
"angular"
],
deps: [],
callback: null,
baseUrl: 'js',
});