Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-02-08 03:09:57 +0300
committermattab <matthieu.aubry@gmail.com>2016-02-08 03:09:57 +0300
commit437fd9744543b14130d58c3ea5b7b10495e8e7a7 (patch)
tree88f38e775480902aef57300f4a874c96d1f78cb0 /libs
parent35f85973d7e9c14f12145d9fcdf7b23f818aa6a3 (diff)
New release check list integration test to pro-actively detect 'abnormal whitespaces' issue
Refs #9729 #9715 #9712
Diffstat (limited to 'libs')
-rw-r--r--libs/bower_components/angular/angular.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/bower_components/angular/angular.js b/libs/bower_components/angular/angular.js
index ccf3b4bafe..a72a457951 100644
--- a/libs/bower_components/angular/angular.js
+++ b/libs/bower_components/angular/angular.js
@@ -13333,7 +13333,7 @@ function adjustMatchers(matchers) {
*
* - your app is hosted at url `http://myapp.example.com/`
* - but some of your templates are hosted on other domains you control such as
- * `http://srv01.assets.example.com/`,  `http://srv02.assets.example.com/`, etc.
+ * `http://srv01.assets.example.com/`, `http://srv02.assets.example.com/`, etc.
* - and you have an open redirect at `http://myapp.example.com/clickThru?...`.
*
* Here is what a secure configuration for this scenario might look like: