Skip to content

Commit

Permalink
Temporary circular dependency fix.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Feb 1, 2009
1 parent 492f4b6 commit 8aef955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/steam/Project.js
Expand Up @@ -258,6 +258,10 @@ Project.prototype.buildTheme = function()
// Load ALL of Foundation and AppKit, be nice to people.
loadFrameworks([OBJJ_LIB + "/Frameworks-Rhino/Foundation", OBJJ_LIB + "/Frameworks-Rhino/AppKit"], function()
{
// FIXME!
if (!objj_getClass("CPTheme"))
return;

// Get .j files
var jFiles = getFiles(project._root, "j", project.activeTarget().exclusions().concat("Frameworks/"));

Expand Down

0 comments on commit 8aef955

Please sign in to comment.