opal/opal-jquery/kernel.rb in opal-jquery-0.0.13 vs opal/opal-jquery/kernel.rb in opal-jquery-0.1.0

- old
+ new

@@ -1,5 +1,6 @@ module Kernel def alert(msg) `alert(msg)` + nil end end