From 56badd44f32016b5e76b53a875c1090278a2aa36 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 8 Mar 2015 19:20:57 +0100 Subject: [PATCH] updated binding documentation --- AppKit/CPTableColumn.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTableColumn.j b/AppKit/CPTableColumn.j index 08de6d80c..5d8ff1498 100644 --- a/AppKit/CPTableColumn.j +++ b/AppKit/CPTableColumn.j @@ -601,7 +601,7 @@ CPTableColumnUserResizingMask = 1 << 1; } /*! - Binds the receiver to an object. + Binds the receiver to an object. Note that other than in Cocoa, this will only work when the receiver has been added to a \c CPTableView. @param CPString aBinding - The binding you wish to make. Typically CPValueBinding. @param id anObject - The object to bind the receiver to.