Skip to content

Commit

Permalink
added debug to find
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Nov 27, 2012
1 parent 72e9b89 commit 62d97fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.

2 changes: 1 addition & 1 deletion make.sh
Expand Up @@ -9,4 +9,4 @@ cat src/cell.js >> all.js

jsmin < all.js > cell-0.3.min.js

rm all.js
rm all.js
1 change: 1 addition & 0 deletions src/cell.js
Expand Up @@ -152,6 +152,7 @@ CELL.cell = 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 62d97fd

Please sign in to comment.