Fixed: _CPPopoverWindow.j was not imported in CPApplication.j

This caused the isKindOfClass: test in _CPRunModalLoop to generate an error in a deployment.

Importing that file fixed the error.
This commit is contained in:
Aparajita Fishman
2013-04-18 13:31:27 -04:00
parent 83677dae83
commit f883b6a182
+1
View File
@@ -34,6 +34,7 @@
@import "CPPanel.j"
@import "CPPlatform.j"
@import "CPWindowController.j"
@import "_CPPopoverWindow.j"
var CPMainCibFile = @"CPMainCibFile",
CPMainCibFileHumanFriendly = @"Main cib file base name",