Date.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 8 Oct 2011 10:28:47 +0000 (18:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 8 Oct 2011 10:28:47 +0000 (18:28 +0800)
Date.js

diff --git a/Date.js b/Date.js
index ceb5292..774d3ac 100644 (file)
--- a/Date.js
+++ b/Date.js
@@ -523,9 +523,12 @@ Date = XObject.extend(Date,
 }); // end static date..
 
 // now add functions to date..
+/**
+ * @scope Date.prototype
+ */
 XObject.extend(Date.prototype,
     {
-
+    
         getElapsed : function(date) {
             return Math.abs((date || new Date()).getTime()-this.getTime());
         },