1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge pull request #2145 from yurydelendik/fix-export-keyword

Renaming export to exportData
This commit is contained in:
Brendan Dahl 2012-09-20 21:30:40 -07:00
commit 47340d557c
2 changed files with 2 additions and 2 deletions

View file

@ -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))