newjs 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Jsunittest, version 0.6.
|
|
1
|
+
/* Jsunittest, version 0.6.1
|
|
2
2
|
* (c) 2008 Dr Nic Williams
|
|
3
3
|
*
|
|
4
4
|
* Jsunittest is freely distributable under
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*--------------------------------------------------------------------------*/
|
|
9
9
|
|
|
10
10
|
var JsUnitTest = {
|
|
11
|
-
Version: '0.6.
|
|
11
|
+
Version: '0.6.1',
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
var DrNicTest = {
|
|
@@ -472,7 +472,7 @@ DrNicTest.ajax = function( options ) {
|
|
|
472
472
|
};
|
|
473
473
|
|
|
474
474
|
// Establish the connection to the server
|
|
475
|
-
xml.send();
|
|
475
|
+
xml.send(null);
|
|
476
476
|
|
|
477
477
|
// Determine the success of the HTTP response
|
|
478
478
|
function httpSuccess(r) {
|
data/lib/newjs/version.rb
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Jsunittest, version 0.6.
|
|
1
|
+
/* Jsunittest, version 0.6.1
|
|
2
2
|
* (c) 2008 Dr Nic Williams
|
|
3
3
|
*
|
|
4
4
|
* Jsunittest is freely distributable under
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*--------------------------------------------------------------------------*/
|
|
9
9
|
|
|
10
10
|
var JsUnitTest = {
|
|
11
|
-
Version: '0.6.
|
|
11
|
+
Version: '0.6.1',
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
var DrNicTest = {
|
|
@@ -472,7 +472,7 @@ DrNicTest.ajax = function( options ) {
|
|
|
472
472
|
};
|
|
473
473
|
|
|
474
474
|
// Establish the connection to the server
|
|
475
|
-
xml.send();
|
|
475
|
+
xml.send(null);
|
|
476
476
|
|
|
477
477
|
// Determine the success of the HTTP response
|
|
478
478
|
function httpSuccess(r) {
|
data/website/index.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<h1>JavaScript Project Generator</h1>
|
|
32
32
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/newjs"; return false'>
|
|
33
33
|
<p>Get Version</p>
|
|
34
|
-
<a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.
|
|
34
|
+
<a href="http://rubyforge.org/projects/newjs" class="numbers">1.3.4</a>
|
|
35
35
|
</div>
|
|
36
36
|
<h1>→ ‘newjs’</h1>
|
|
37
37
|
|