Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 0c65865

Browse files
committed
require.config.js e2e comments removed
1 parent e853150 commit 0c65865

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/helpers/tests/require.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,27 @@
2121
paths: {
2222

2323
jquery: [
24-
// 'vendor/jquery/1.11.1/jquery.min'
2524
'vendor/jquery/2.1.1/jquery.min'
2625
],
2726

2827
bootstrap: [
29-
// 'vendor/bootstrap/3.2.0/js/bootstrap.min'
3028
'vendor/bootstrap/3.3.0/js/bootstrap.min'
3129
],
3230

3331

3432
angular: [
35-
// 'vendor/angular.js/1.2.22/angular.min'
3633
'vendor/angular.js/1.3.1/angular.min'
3734
],
3835

3936
angularRoute: [
40-
// 'vendor/angular.js/1.2.22/angular-route.min'
4137
'vendor/angular.js/1.3.1/angular-route.min'
4238
],
4339

4440
angularResource: [
45-
// 'vendor/angular.js/1.2.22/angular-resource.min'
4641
'vendor/angular.js/1.3.1/angular-resource.min'
4742
],
4843

4944
angularAnimate: [
50-
// 'vendor/angular.js/1.2.22/angular-animate.min'
5145
'vendor/angular.js/1.3.1/angular-animate.min'
5246
],
5347

@@ -68,7 +62,6 @@
6862

6963
// @begin: mock libs
7064
angularMocks: [
71-
// 'vendor/angular.js/1.2.22/angular-mocks'
7265
'vendor/angular.js/1.3.1/angular-mocks'
7366
],
7467

@@ -79,7 +72,6 @@
7972

8073

8174
lokijs: [
82-
// 'vendor/lokijs/0.0.1/lokijs.min'
8375
'vendor/lokijs/1.0.1/lokijs.min'
8476
]
8577

0 commit comments

Comments
 (0)