Skip to content

Commit

Permalink
doc upd
Browse files Browse the repository at this point in the history
  • Loading branch information
johanaframework committed Jul 28, 2011
1 parent e592d4f commit aa6af1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/prototypes/johana/core.js
Expand Up @@ -110,12 +110,12 @@ var _init = false;
var _modules = [];

/**
* @var Object Include paths that are used to find files
* @var Array Include paths that are used to find files
*/
var _paths = [APPPATH, SYSPATH];

/**
* @var Object File path cache, used when caching is true in [Johana.init]
* @var Array File path cache, used when caching is true in [Johana.init]
*/
var _files = [];

Expand Down

0 comments on commit aa6af1f

Please sign in to comment.