Skip to content

Commit

Permalink
property order changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Feb 10, 2017
1 parent cbddc15 commit 18201cb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions extension/jsx/renderManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,18 @@ var bm_renderManager = (function () {
pendingLayers.length = 0;
pendingComps.length = 0;
var exportData = {
assets : [],
comps : [],
fonts : [],
layers : [],
v : '4.5.4',
ddd : 0,
fr : comp.frameRate,
ip : comp.workAreaStart * comp.frameRate,
op : (comp.workAreaStart + comp.workAreaDuration) * comp.frameRate,
fr : comp.frameRate,
w : comp.width,
h : comp.height
h : comp.height,
ddd : 0,
assets : [],
comps : [],
fonts : [],
layers : []

};
currentExportedComps.push(currentCompID);
ob.renderData.exportData = exportData;
Expand Down

0 comments on commit 18201cb

Please sign in to comment.