# File lib/sprockets/helpers.rb, line 277
    def javascript_path(source, options = {})
      asset_path source, Helpers.default_path_options[:javascript_path].merge(options)
    end