lib/origami/file.rb in origami-1.2.5 vs lib/origami/file.rb in origami-1.2.6
- old
+ new
@@ -180,11 +180,10 @@
#
# A class representing a file outside the current PDF file.
#
class ExternalFile < FileSpec
-
- field :Type, :Type => Name, :Default => :FileSpec, :Required => true
+ field :Type, :Type => Name, :Default => :FileSpec #, :Required => true
#
# Creates a new external file specification.
# _dos_:: The Windows path to this file.
# _mac_:: The MacOS path to this file.