Skip to content

Commit

Permalink
added force implementation of build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Apr 17, 2012
1 parent 1842413 commit cea94f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.

5 changes: 3 additions & 2 deletions src/container.js
Expand Up @@ -99,10 +99,11 @@ CELL.container = function(spec, my) {

/**
* Builds the cells hierarchies handled by that container and load
* them within the DOM.
* them within the DOM. Implementation specific to container and its
* children cells
*/
load = function() {
// children class implementation specific
throw new Error('`build` must be implemented : ' + my.path);
};


Expand Down

0 comments on commit cea94f3

Please sign in to comment.