rails_generators/javascript_test/templates/assets/jsunittest.js in newjs-1.3.3 vs rails_generators/javascript_test/templates/assets/jsunittest.js in newjs-1.3.4

- old
+ new

@@ -1,16 +1,16 @@ -/* Jsunittest, version 0.6.0 +/* Jsunittest, version 0.6.1 * (c) 2008 Dr Nic Williams * * Jsunittest is freely distributable under * the terms of an MIT-style license. * For details, see the web site: http://jsunittest.rubyforge.org * *--------------------------------------------------------------------------*/ var JsUnitTest = { - Version: '0.6.0', + Version: '0.6.1', }; var DrNicTest = { Unit: {}, inspect: function(object) { @@ -470,10 +470,10 @@ xml = null; } }; // Establish the connection to the server - xml.send(); + xml.send(null); // Determine the success of the HTTP response function httpSuccess(r) { try { // If no server status is provided, and we're actually \ No newline at end of file