From: Dobrica Pavlinusic Date: Wed, 27 Aug 2014 13:21:29 +0000 (+0200) Subject: state end fake callback X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=299d484aa7d652a14e5b020bdcbd235e1ee6e181;hp=392c5990b91553b8ccc244744cef5e51f8753018;p=Biblio-RFID.git state end fake callback --- diff --git a/examples/selfcheck.js b/examples/selfcheck.js index c57987e..4bb42ee 100644 --- a/examples/selfcheck.js +++ b/examples/selfcheck.js @@ -213,3 +213,6 @@ function circulation( barcode, sid ) { } } +function end() { + // nop +}