Renaming export to exportData

This commit is contained in:
Yury Delendik 2012-09-20 09:38:59 -05:00
parent e13846821c
commit 3d78ccd570
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
}
if (data instanceof Font)
data = data.export();
data = data.exportData();
handler.send('obj', [
loadedName,