Skip to content

Commit

Permalink
should hopefully get rid of weirdness
Browse files Browse the repository at this point in the history
git-svn-id: http://javascriptmvc.googlecode.com/svn/trunk@688 f352ecdf-183f-0410-ae60-f1561b901441
  • Loading branch information
JustinBMeyer authored and JustinBMeyer committed Aug 19, 2008
1 parent 5c1c677 commit 0c6855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmvc/include.js
Expand Up @@ -317,7 +317,7 @@ MVC.Object.extend(include,{


var current_path = include.get_path();
include.set_path(MVC.apps_root);
include.set_path(MVC.apps_root || MVC.root.join('apps') );

for (var i = 0; i < arguments.length; i++) {
arguments[i] = f(arguments[i]);
Expand Down

0 comments on commit 0c6855e

Please sign in to comment.