Skip to content

Commit

Permalink
find debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Nov 27, 2012
1 parent 62d97fd commit fc4a4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cell-0.3.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/container.js
Expand Up @@ -87,6 +87,7 @@ CELL.container = function(spec, my) {
* @return the cell under 'path'
*/
find = function(path) {
CELL.debug(my.path + ' find ' + path);
path = path.replace(/^\/+/, '');
var comps = path.split('/');
var next = comps.shift();
Expand Down

0 comments on commit fc4a4ea

Please sign in to comment.