Added CPCib import in CPTableView.j

Fix warning in NSNib.j
This commit is contained in:
cacaodev
2013-02-18 12:59:47 +01:00
parent fa008c988c
commit 3e942dbdbd
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@
@import "CPDragServer_Constants.j"
@import "CGGradient.j"
@import "CPCib.j"
@import "CPCompatibility.j"
@import "CPControl.j"
@import "CPImageView.j"
@@ -87,7 +87,7 @@ CPLogRegister(CPLogConsole)
column = [tableView columnForView:sender],
identifier = [[[tableView tableColumns] objectAtIndex:column] identifier];
CPLog.debug(_cmd + " from " + sender + " row = " + row + " column = " + column);
CPLog.debug(_cmd + " from " + sender + " row = " + row + " column = " + column + " value = " + [sender intValue]);
content[row][identifier] = [sender doubleValue];
}
+1 -1
View File
@@ -1,6 +1,6 @@
@import <AppKit/CPCib.j>
@import "Converter.j"
@class Converter
var FILE = require("file"),
OS = require("os"),