Skip to content

Commit

Permalink
Second parameter of steal get must be an object
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Sep 29, 2010
1 parent 9c8c593 commit e70e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load('steal/rhino/steal.js')

steal('//steal/get/get', function(s){
s.get("http://github.com/jupiterjs/steal/","steal");
s.get('http://github.com/jupiterjs/steal/', {name: 'steal'});
})

0 comments on commit e70e539

Please sign in to comment.