Selaa lähdekoodia

Fix Duktape test: rename function in test

bel 9 vuotta sitten
vanhempi
commit
4189a556ab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      test/page.ssjs

+ 1 - 1
test/page.ssjs

@@ -1,4 +1,4 @@
-print = this.send || print
+print = conn.write || print
 
 // send a header
 print('HTTP/1.0 200 OK\r\n');