Changeset 2276
- Timestamp:
- 09/30/2007 04:16:50 AM (16 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
HISTORY (modified) (1 diff)
-
framework/Web/Javascripts/source/prado/logger/logger.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r2274 r2276 1 1 Version 3.1.1 To be released 2 2 ============================ 3 BUG: Ticket#340 - Callbacks and Firebug compatibility problem (Christophe) 3 4 BUG: Ticket#533 - HttpRequest::getBrowser() throws an error if browsercap.ini is invalid (Carl) 4 5 BUG: Ticket#592 - TRadioButton with UniqueGroupName always return false to getChecked (Christophe) -
trunk/framework/Web/Javascripts/source/prado/logger/logger.js
r1891 r2276 170 170 this.log(message + ": \n" + error, 'error') 171 171 if(typeof(console) != "undefined") 172 console.error(message );172 console.error(message + ": \n" + error); 173 173 174 174 },
