X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=POLICY-SDK-APP%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FpolicyApp%2FCSS%2Fbootstrap%2Fdocs%2Fassets%2Fjs%2Fvendor%2Fautoprefixer.js;h=2cf57d3eda1f6147e4a8f144c754fdf30a733be7;hb=e92ff832cf993db876f22b2d27562fedf59f5043;hp=2919f5f62cdc880e149ea08296b0e8437288ca52;hpb=570290dc6ba8198e653022c2f6f8e5d01cfa8d1b;p=policy%2Fengine.git diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/assets/js/vendor/autoprefixer.js b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/assets/js/vendor/autoprefixer.js index 2919f5f62..2cf57d3ed 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/assets/js/vendor/autoprefixer.js +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/bootstrap/docs/assets/js/vendor/autoprefixer.js @@ -14778,7 +14778,7 @@ var _inherits = function (subClass, superClass) { if (typeof superClass !== "fun var Container = require("./container"); -// CSS at-rule like “this.keyframes name { }”. +// CSS at-rule like �this.keyframes name { }�. // // Can contain declarations (like this.font-face or this.page) ot another rules. var AtRule = (function (Container) { @@ -15486,7 +15486,7 @@ var _inherits = function (subClass, superClass) { if (typeof superClass !== "fun var Node = require("./node"); var vendor = require("./vendor"); -// CSS declaration like “color: black” in rules +// CSS declaration like �color: black� in rules var Declaration = (function (Node) { function Declaration(defaults) { this.type = "decl"; @@ -17281,7 +17281,7 @@ var Container = require("./container"); var Declaration = require("./declaration"); var list = require("./list"); -// CSS rule like “a { }” +// CSS rule like �a { }� var Rule = (function (Container) { function Rule(defaults) { this.type = "rule";