force use strict mode
[mkws-moved-to-github.git] / 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