Skip to content

Commit

Permalink
Updated to use glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
davestewart committed Jun 26, 2012
1 parent 467e2ed commit 2312b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/jsfl/bootstrap.jsfl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
// load user libraries
xjsfl.output.log('loading user libraries...', 1);
xjsfl.classes.load('/jsfl/libraries/*.jsfl'); // A leading / path defaults to the curretn root, in this case /xJSFL/user/
xjsfl.classes.load('libraries/**.jsfl'); // glob path to all library jSFL files, recursively

// add any user code here

Expand Down

0 comments on commit 2312b19

Please sign in to comment.