1
0
Fork 0

fixed comment

This commit is contained in:
Frank Celler 2012-06-24 21:16:42 +02:00
parent 6d5efb2f95
commit ab66d178ed
1 changed files with 2 additions and 1 deletions

View File

@ -154,9 +154,10 @@ ApplicationV8::ApplicationV8 (string const& binaryPath)
#else
#ifdef _PKGDATADIR_
_actionPath = string(_PKGDATADIR_) + "/js/actions/system";
_startupModules = string(_PKGDATADIR_) + "/js/server/modules"
+ ";" + string(_PKGDATADIR_) + "/js/common/modules";
+ ";" + string(_PKGDATADIR_) + "/js/common/modules";
#endif