Skip to content

Commit 1881aad

Browse files
committedNov 25, 2014
Forgot to remove DEFAULT_PROCESSORS
1 parent 18435ef commit 1881aad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎lib/opal/builder/processors.rb

-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44

55
module Opal
66
module BuilderProcessors
7-
DEFAULT_PROCESSORS = []
8-
97
class Processor
10-
def self.inherited(processor)
11-
DEFAULT_PROCESSORS << processor
12-
end
13-
148
# FIXME: remove this
159
attr_accessor :mtime
1610

0 commit comments

Comments
 (0)
Please sign in to comment.