Skip to content

Commit eb716ef

Browse files
committed
updating update script
1 parent 90d53b8 commit eb716ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

update

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
_args = ["http://github.com/pinhook/documentjs/","documentjs"];
2-
load("steal/scripts/get")
1+
load('steal/rhino/steal.js')
2+
3+
steal('//steal/get/get', function(s){
4+
s.get("http://github.com/pinhook/documentjs/","documentjs");
5+
})

0 commit comments

Comments
 (0)