Skip to content

Commit 7cabf29

Browse files
committed
Use 1.8 hash syntax
1 parent 324311f commit 7cabf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/closure/compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def compile(io)
5050
# resulting JavaScript as a string or yields an IO object containing the
5151
# response to a block, for streaming.
5252
def compile_files(files)
53-
@options.merge!({js: files})
53+
@options.merge!(:js => files)
5454

5555
begin
5656
result = `#{command} 2>&1`

0 commit comments

Comments
 (0)