[minijoe] r79 committed - - 'toTimeSring' => 'toTimeString'...

2 views
Skip to first unread message

min...@googlecode.com

unread,
Oct 1, 2010, 5:45:22 PM10/1/10
to min...@googlegroups.com
Revision: 79
Author: orientalsensation
Date: Fri Oct 1 14:45:00 2010
Log: - 'toTimeSring' => 'toTimeString'
- Fixed numerous exposures using the same ID
http://code.google.com/p/minijoe/source/detail?r=79

Modified:
/trunk/src/com/google/minijoe/sys/JsDate.java

=======================================
--- /trunk/src/com/google/minijoe/sys/JsDate.java Wed Dec 10 06:11:58 2008
+++ /trunk/src/com/google/minijoe/sys/JsDate.java Fri Oct 1 14:45:00 2010
@@ -68,10 +68,10 @@
* Prototype for JS Date instances.
*/
public static final JsObject DATE_PROTOTYPE = new
JsDate(OBJECT_PROTOTYPE)
- .addVar("toDateString", new JsFunction(ID_TO_TIME_STRING, 0))
- .addVar("toTimeSring", new JsFunction(ID_TO_TIME_STRING, 0))
- .addVar("toLocaleDateString", new JsFunction(ID_TO_TIME_STRING, 0))
- .addVar("toLocaleTimeString", new JsFunction(ID_TO_TIME_STRING, 0))
+ .addVar("toDateString", new JsFunction(ID_TO_DATE_STRING, 0))
+ .addVar("toTimeString", new JsFunction(ID_TO_TIME_STRING, 0))
+ .addVar("toLocaleDateString", new
JsFunction(ID_TO_LOCALE_DATE_STRING, 0))
+ .addVar("toLocaleTimeString", new
JsFunction(ID_TO_LOCALE_TIME_STRING, 0))
.addVar("getTime", new JsFunction(ID_GET_TIME, 0))
.addVar("getFullYear", new JsFunction(ID_GET_FULL_YEAR, 0))
.addVar("getUTCFullYear", new JsFunction(ID_GET_UTC_FULL_YEAR, 0))

Reply all
Reply to author
Forward
0 new messages