Skip to content

Commit

Permalink
Updated user bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
davestewart committed Mar 27, 2012
1 parent 7862b19 commit e495568
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions user/jsfl/bootstrap.jsfl
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@

try
{
// register any placeholder paths
//xjsfl.settings.folders.set('temp', 'c:/temp/')

// load user libraries
xjsfl.output.log('loading user libraries...', 1);
xjsfl.classes.load('/jsfl/libraries/*.jsfl');
xjsfl.classes.load('/jsfl/libraries/*.jsfl'); // A leading / path defaults to the curretn root, in this case /xJSFL/user/

// add user code
// something...

// e.g. register any placeholder paths
// xjsfl.settings.folders.set('temp', 'c:/temp/')

// etc...

}
catch(error)
Expand Down

0 comments on commit e495568

Please sign in to comment.