|
|
document.revert()
AvailabilityFlash
MX 2004.
DescriptionMethod;
reverts the specified document to its previously saved version.
This method is equivalent to selecting File > Revert.
ExampleThe
following example reverts the current document to the previously saved
version:
fl.getDocumentDOM().revert();
|