Skip to content
Snippets Groups Projects
Commit af5db115 authored by rswindell's avatar rswindell
Browse files

Fix previous change (__defineGetter__)

parent 8f99abf2
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
* which is a JavaScript Date object representing the birthdate.
*/
User.prototype.__defineGetter("birthDate", function() {
User.prototype.__defineGetter__("birthDate", function() {
var mfirst=system.datestr(1728000).substr(0,2)=='01';
var match;
var m,d,y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment