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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/angularjs/common/directives/translate.js')
-rw-r--r--plugins/CoreHome/angularjs/common/directives/translate.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CoreHome/angularjs/common/directives/translate.js b/plugins/CoreHome/angularjs/common/directives/translate.js
index 49c87f6d4b..badb9208a9 100644
--- a/plugins/CoreHome/angularjs/common/directives/translate.js
+++ b/plugins/CoreHome/angularjs/common/directives/translate.js
@@ -22,6 +22,9 @@
(function () {
angular.module('piwikApp.directive').directive('piwikTranslate', piwikTranslate);
+ /**
+ * @deprecated
+ */
function piwikTranslate() {
return {
priority: 1,