Changeset [70182a0ea2f38839c554bbb66daf2fbc4fb31632] by Martin Carlberg
May 11th, 2012 @ 05:40 AM
Description methods in CPArray and CPDictionary will display
JavaScript object attributes instead of displaying [Object
object]
Don't you hate when your logs of arrays and dictionaries display
[Object object] when you have JavaScript objects in them.
Now with this patch all JavaScript objects will be display with all
attributes in a nice good looking way. Log CGRect, CGPoint
and other JavaScript objects withour any hassle anymore. For
example: console.log([myRect]);
https://github.com/cappuccino/cappuccino/commit/70182a0ea2f38839c55...
Committed by Martin Carlberg
- M Foundation/CPArray/CPArray.j
- M Objective-J/CFDictionary.js
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.