webfontloader
Advanced tools
Comparing version 1.6.23 to 1.6.24
{ | ||
"name": "webfontloader", | ||
"version": "1.6.23", | ||
"version": "1.6.24", | ||
"description": "Web Font Loader gives you added control when using linked fonts via @font-face.", | ||
@@ -5,0 +5,0 @@ "main": "webfontloader.js", |
@@ -363,3 +363,3 @@ goog.provide('webfont.DomHelper'); | ||
/** | ||
* @type {string|!MediaList} | ||
* @type {string|MediaList|null} | ||
*/ | ||
@@ -366,0 +366,0 @@ var media = sheets[i].media; |
@@ -1,2 +0,2 @@ | ||
/* Web Font Loader v1.6.23 - (c) Adobe Systems, Google. License: Apache 2.0 */ | ||
/* Web Font Loader v1.6.24 - (c) Adobe Systems, Google. License: Apache 2.0 */ | ||
(function(){function aa(a,b,d){return a.call.apply(a.bind,arguments)}function ba(a,b,d){if(!a)throw Error();if(2<arguments.length){var c=Array.prototype.slice.call(arguments,2);return function(){var d=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(d,c);return a.apply(b,d)}}return function(){return a.apply(b,arguments)}}function p(a,b,d){p=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return p.apply(null,arguments)}var q=Date.now||function(){return+new Date};function ca(a,b){this.a=a;this.m=b||a;this.c=this.m.document}var da=!!window.FontFace;function t(a,b,d,c){b=a.c.createElement(b);if(d)for(var e in d)d.hasOwnProperty(e)&&("style"==e?b.style.cssText=d[e]:b.setAttribute(e,d[e]));c&&b.appendChild(a.c.createTextNode(c));return b}function u(a,b,d){a=a.c.getElementsByTagName(b)[0];a||(a=document.documentElement);a.insertBefore(d,a.lastChild)}function v(a){a.parentNode&&a.parentNode.removeChild(a)} | ||
@@ -3,0 +3,0 @@ function w(a,b,d){b=b||[];d=d||[];for(var c=a.className.split(/\s+/),e=0;e<b.length;e+=1){for(var f=!1,g=0;g<c.length;g+=1)if(b[e]===c[g]){f=!0;break}f||c.push(b[e])}b=[];for(e=0;e<c.length;e+=1){f=!1;for(g=0;g<d.length;g+=1)if(c[e]===d[g]){f=!0;break}f||b.push(c[e])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function y(a,b){for(var d=a.className.split(/\s+/),c=0,e=d.length;c<e;c++)if(d[c]==b)return!0;return!1} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119632