Jessica has strong feelings on whitespace
This commit is contained in:
parent
65fb44239c
commit
4b052695cc
3 changed files with 1 additions and 9 deletions
|
@ -35,5 +35,4 @@ module Microformats2
|
|||
end # class << self
|
||||
|
||||
class InvalidPropertyPrefix < StandardError; end
|
||||
|
||||
end
|
||||
end
|
|
@ -8,7 +8,6 @@ module Microformats2
|
|||
"e" => Embedded }
|
||||
|
||||
class << self
|
||||
|
||||
def new(element, property_class, value=nil)
|
||||
# p-class-name -> p
|
||||
prefix = property_class.split("-").first
|
||||
|
@ -18,6 +17,5 @@ module Microformats2
|
|||
klass.new(element, property_class, value)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue