force use strict mode
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:59:47 +0000 (12:59 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:59:47 +0000 (12:59 +0000)
experiments/spclient/mkws.js

index 2ec3c0c..1b42aff 100644 (file)
@@ -1,6 +1,8 @@
 /* A very simple client that shows a basic usage of the pz2.js
 */
 
+"use strict";
+
 // create a parameters array and pass it to the pz2's constructor
 // then register the form submit event with the pz2.search function
 // autoInit is set to true on default