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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-21 00:46:57 +0400
commita2fb93968cd111c25b3112f3283dcfd685e4b7de (patch)
tree7b94f7f12a0ec483e02bb9aab97a796b95be33b2 /libs/bower_components/sprintf/dist/angular-sprintf.min.js
parent47514447820f8d55dafd4ee4f305935397dbf833 (diff)
refs #6469 with jquery-ui 1.11.1 the UI test run about 80% slower and runs out of time very soon. So going back to 1.10.4
Diffstat (limited to 'libs/bower_components/sprintf/dist/angular-sprintf.min.js')
-rw-r--r--libs/bower_components/sprintf/dist/angular-sprintf.min.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/bower_components/sprintf/dist/angular-sprintf.min.js b/libs/bower_components/sprintf/dist/angular-sprintf.min.js
new file mode 100644
index 0000000000..dbaf744d83
--- /dev/null
+++ b/libs/bower_components/sprintf/dist/angular-sprintf.min.js
@@ -0,0 +1,4 @@
+/*! sprintf-js | Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/) | BSD-3-Clause */
+
+angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(a){return a("sprintf")}]).filter("vsprintf",function(){return function(a,b){return vsprintf(a,b)}}).filter("vfmt",["$filter",function(a){return a("vsprintf")}]);
+//# sourceMappingURL=angular-sprintf.min.map \ No newline at end of file