We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d53b8 commit eb716efCopy full SHA for eb716ef
update
@@ -1,2 +1,5 @@
1
-_args = ["http://github.com/pinhook/documentjs/","documentjs"];
2
-load("steal/scripts/get")
+load('steal/rhino/steal.js')
+
3
+steal('//steal/get/get', function(s){
4
+ s.get("http://github.com/pinhook/documentjs/","documentjs");
5
+})
0 commit comments