|
|
@ -2040,7 +2040,7 @@ var Font = (function FontClosure() { |
|
|
|
mimetype: null, |
|
|
|
mimetype: null, |
|
|
|
encoding: null, |
|
|
|
encoding: null, |
|
|
|
|
|
|
|
|
|
|
|
export: function Font_export() { |
|
|
|
exportData: function Font_exportData() { |
|
|
|
var data = {}; |
|
|
|
var data = {}; |
|
|
|
for (var i in this) { |
|
|
|
for (var i in this) { |
|
|
|
if (this.hasOwnProperty(i)) |
|
|
|
if (this.hasOwnProperty(i)) |
|
|
|