From: Wolfram Schneider Date: Thu, 20 Jun 2013 12:59:47 +0000 (+0000) Subject: force use strict mode X-Git-Tag: 0.9.1~574^2~22 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=7326dbd4de3fbc91370a6ed8f586df3007d47b85 force use strict mode --- diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index 2ec3c0c..1b42aff 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -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