webfontloader 1.6.19 → 1.6.20

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: aeac7f20d5845ece93f697ce178b66c91af3919c
4
- data.tar.gz: c2b2b954e6fa6d2547d159a4cf6b0c556d269160
3
+ metadata.gz: 045dc0d32869c460d1990d2ab636909e8c5292ab
4
+ data.tar.gz: 4b530af53dd3537f724fc4ee002fd9d76d2e1ca1
5
5
  SHA512:
6
- metadata.gz: bbffbca1ba84cbb0eb89ede5c7873fe625df87fc723e3923a57ca50c786219a779ba47827cb3a865900e18f7c3878a57da6455caf0854cbf48534d96a0f2360e
7
- data.tar.gz: 6e96a9ce3b0f89db8237e9ada1c160038780b17c033ab41f5e4ee4050cf7e60a7b4ea39419b669c448e5b5fd7b9af6733ce622db0eb1be34d67bd526f42eebdd
6
+ metadata.gz: b9c2e931db1bcb45c6abd1809fbfc472611c6fb47240ff6a07a69fef231f3f6fc80fe20ee0996fa4dd533f778e564fe838ed563f5d679558d530d5b18841be49
7
+ data.tar.gz: 518d8dff500ac25746c9cc77b35373fbda8b0a7ef88948c89c3ca555c91f1ca85408d24081de73370d4666fd305d0a9a2c0d5401d386ce6d29cda32d8a1f3763
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ v1.6.20 (January 4, 2016)
2
+
3
+ * Add all source files to the npm package.
4
+
1
5
  v1.6.19 (January 4, 2016)
2
6
 
3
7
  * Add src/core files to npm package.
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.6.19'
6
+ VERSION = '1.6.20'
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.6.18",
3
+ "version": "1.6.19",
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": {
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "files": [
22
22
  "webfontloader.js",
23
- "src/core/*.js"
23
+ "src/**/*.js"
24
24
  ],
25
25
  "contributors": [
26
26
  "Ryan Carver <ryan@typekit.com>",
@@ -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.6.19'
16
+ s.version = '1.6.20'
17
17
  s.date = '2016-01-04'
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.6.19 - (c) Adobe Systems, Google. License: Apache 2.0 */
1
+ /* Web Font Loader v1.6.20 - (c) Adobe Systems, Google. License: Apache 2.0 */
2
2
  (function(){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 p(a,b,c){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,c,d){b=a.c.createElement(b);if(c)for(var e in c)c.hasOwnProperty(e)&&("style"==e?b.style.cssText=c[e]:b.setAttribute(e,c[e]));d&&b.appendChild(a.c.createTextNode(d));return b}function u(a,b,c){a=a.c.getElementsByTagName(b)[0];a||(a=document.documentElement);a.insertBefore(c,a.lastChild)}function v(a){a.parentNode&&a.parentNode.removeChild(a)}
3
3
  function w(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 y(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 z(a){if("string"===typeof a.f)return a.f;var b=a.m.location.protocol;"about:"==b&&(b=a.a.location.protocol);return"https:"==b?"https:":"http:"}function ea(a){return a.m.location.hostname||a.a.location.hostname}
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.6.19
4
+ version: 1.6.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Carver