Merge pull request #2145 from yurydelendik/fix-export-keyword
Renaming export to exportData
This commit is contained in:
commit
47340d557c
@ -210,7 +210,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
||||
}
|
||||
|
||||
if (data instanceof Font)
|
||||
data = data.export();
|
||||
data = data.exportData();
|
||||
|
||||
handler.send('obj', [
|
||||
loadedName,
|
||||
|
@ -2040,7 +2040,7 @@ var Font = (function FontClosure() {
|
||||
mimetype: null,
|
||||
encoding: null,
|
||||
|
||||
export: function Font_export() {
|
||||
exportData: function Font_exportData() {
|
||||
var data = {};
|
||||
for (var i in this) {
|
||||
if (this.hasOwnProperty(i))
|
||||
|
Loading…
Reference in New Issue
Block a user