[bknr-cvs] r1891 - branches/xml-class-rework/projects/mah-jongg/website
bknr at bknr.net
bknr at bknr.net
Mon Mar 6 21:55:14 UTC 2006
Author: hhubner
Date: 2006-03-06 16:55:14 -0500 (Mon, 06 Mar 2006)
New Revision: 1891
Modified:
branches/xml-class-rework/projects/mah-jongg/website/game.js
Log:
Make scoring no points possible.
Modified: branches/xml-class-rework/projects/mah-jongg/website/game.js
===================================================================
--- branches/xml-class-rework/projects/mah-jongg/website/game.js 2006-03-06 20:01:56 UTC (rev 1890)
+++ branches/xml-class-rework/projects/mah-jongg/website/game.js 2006-03-06 21:55:14 UTC (rev 1891)
@@ -57,7 +57,7 @@
}
for (i in winds) {
- if (!$(winds[i]).value.match(/^[1-9]/)) {
+ if (!$(winds[i]).value.match(/^[0-9]/)) {
is_valid = false;
}
}
More information about the Bknr-cvs
mailing list