mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-03 17:33:41 +00:00
Remove temp merge files from previous commit. Added a view based table example to TableBindings
This commit is contained in:
@@ -21,11 +21,6 @@
|
||||
}
|
||||
|
||||
- (void)applicationDidFinishLaunching:(CPNotification)aNotification
|
||||
{
|
||||
// This is called when the application is done loading.
|
||||
}
|
||||
|
||||
- (void)awakeFromCib
|
||||
{
|
||||
rows = [CPArray new];
|
||||
|
||||
@@ -36,6 +31,11 @@
|
||||
[theWindow setFullBridge:YES];
|
||||
}
|
||||
|
||||
- (void)awakeFromCib
|
||||
{
|
||||
console.log(_cmd);
|
||||
}
|
||||
|
||||
- (void)connection:(CPURLConnection)connection didReceiveData:(CPString)dataString
|
||||
{
|
||||
if (!dataString)
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user