Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal-jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d28df356f973
Choose a base ref
...
head repository: opal/opal-jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61249edecc7a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 11, 2013

  1. HTTP requires native

    adambeynon committed Nov 11, 2013
    Copy the full SHA
    bafd14a View commit details
  2. v0.1.1

    adambeynon committed Nov 11, 2013
    Copy the full SHA
    61249ed View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 lib/opal/jquery/version.rb
  2. +1 −0 opal/opal-jquery/http.rb
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
1 change: 1 addition & 0 deletions opal/opal-jquery/http.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'json'
require 'native'

class HTTP
attr_reader :body, :error_message, :method, :status_code, :url, :xhr