Skip to content

Commit

Permalink
fix load exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Apr 17, 2012
1 parent cea94f3 commit 9087582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cell-0.2.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 src/container.js
Expand Up @@ -103,7 +103,7 @@ CELL.container = function(spec, my) {
* children cells
*/
load = function() {
throw new Error('`build` must be implemented : ' + my.path);
throw new Error('`load` must be implemented : ' + my.path);
};


Expand Down

0 comments on commit 9087582

Please sign in to comment.