Loading lib/jsduck/js/returns.rb +2 −2 Original line number Diff line number Diff line Loading @@ -79,10 +79,10 @@ module JsDuck :this elsif boolean?(ast) "Boolean" elsif string?(ast) "String" elsif regexp?(ast) "RegExp" elsif string?(ast) "String" else :other end Loading Loading
lib/jsduck/js/returns.rb +2 −2 Original line number Diff line number Diff line Loading @@ -79,10 +79,10 @@ module JsDuck :this elsif boolean?(ast) "Boolean" elsif string?(ast) "String" elsif regexp?(ast) "RegExp" elsif string?(ast) "String" else :other end Loading