webfontloader 1.5.20 → 1.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 481281b862bc3b8450121a63f28e785051df5591
4
- data.tar.gz: 9aa45f658b193288f34241a6ff8ae51de28394fc
3
+ metadata.gz: 38658e34f875143f4c7da55b806b3734211ec243
4
+ data.tar.gz: 18161fe41190393aabe0b5a1c66b1da7e2b327c2
5
5
  SHA512:
6
- metadata.gz: bfc442b9d94fc1621782f689b2a7465e3ebb2c4ebb85c7193f8321918b94847764d2efac870595d08a1c3874e9736a93a935544ea48cf04132071f706bfa9c6d
7
- data.tar.gz: 5ad7b0e2463165b30431ca3e75ef4d4af924b0a8a51f9fe609e1cfb394f9e058f12c323faf40e4fd90a912f669095f9834233756f2b164bfb259b08050759885
6
+ metadata.gz: 51d3ec5bdc64984eb0bdfc0601dbe01e49a3a2081877109e2facaf304146e00ca63670ea942b872cb88293a2a937056c16563a3ee0049e18f6b63af272ec20db
7
+ data.tar.gz: 8f028fafa7ccf2bec73e6ec81718b2c1a496905635777043a19b3e6bc6dce49fab8eeaaf611e2214d555098054f8a92254292a326563d96d7575616de1e2761c
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.5.21 (May 26, 2015)
2
+ * No changes.
3
+
1
4
  v1.5.20 (May 26, 2015)
2
5
  * Use setTimeout instead of window.setTimeout
3
6
 
data/lib/webfontloader.rb CHANGED
@@ -3,7 +3,7 @@ require 'yaml'
3
3
  require 'webfontloader/modules'
4
4
 
5
5
  module WebFontLoader
6
- VERSION = '1.5.20'
6
+ VERSION = '1.5.21'
7
7
 
8
8
  ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")
9
9
 
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfontloader",
3
- "version": "1.5.19",
3
+ "version": "1.5.21",
4
4
  "description": "Web Font Loader gives you added control when using linked fonts via @font-face.",
5
5
  "main": "webfontloader.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'webfontloader'
16
- s.version = '1.5.20'
16
+ s.version = '1.5.21'
17
17
  s.date = '2015-05-26'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
data/webfontloader.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Web Font Loader v1.5.20 - (c) Adobe Systems, Google. License: Apache 2.0 */
1
+ /* Web Font Loader v1.5.21 - (c) Adobe Systems, Google. License: Apache 2.0 */
2
2
  ;(function(window,document,undefined){function aa(a,b,c){return a.call.apply(a.bind,arguments)}function ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}}function k(a,b,c){k=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?aa:ba;return k.apply(null,arguments)}var n=Date.now||function(){return+new Date};function q(a,b){this.K=a;this.w=b||a;this.G=this.w.document}q.prototype.createElement=function(a,b,c){a=this.G.createElement(a);if(b)for(var d in b)b.hasOwnProperty(d)&&("style"==d?a.style.cssText=b[d]:a.setAttribute(d,b[d]));c&&a.appendChild(this.G.createTextNode(c));return a};function r(a,b,c){a=a.G.getElementsByTagName(b)[0];a||(a=document.documentElement);a&&a.lastChild&&a.insertBefore(c,a.lastChild)}function ca(a,b){function c(){a.G.body?b():setTimeout(c,0)}c()}
3
3
  function s(a,b,c){b=b||[];c=c||[];for(var d=a.className.split(/\s+/),e=0;e<b.length;e+=1){for(var f=!1,g=0;g<d.length;g+=1)if(b[e]===d[g]){f=!0;break}f||d.push(b[e])}b=[];for(e=0;e<d.length;e+=1){f=!1;for(g=0;g<c.length;g+=1)if(d[e]===c[g]){f=!0;break}f||b.push(d[e])}a.className=b.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function t(a,b){for(var c=a.className.split(/\s+/),d=0,e=c.length;d<e;d++)if(c[d]==b)return!0;return!1}
4
4
  function u(a){if("string"===typeof a.na)return a.na;var b=a.w.location.protocol;"about:"==b&&(b=a.K.location.protocol);return"https:"==b?"https:":"http:"}function v(a,b){var c=a.createElement("link",{rel:"stylesheet",href:b,media:"all"}),d=!1;c.onload=function(){d||(d=!0)};c.onerror=function(){d||(d=!0)};r(a,"head",c)}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webfontloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.20
4
+ version: 1.5.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Carver