Skip to content

Commit

Permalink
return start all, it will be deprecated for now, not removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosoares committed Feb 11, 2015
1 parent ee1d1be commit f12e4ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ Core.prototype.stopAll = function() {
this.xAll('stop');
};

/**
* Stop all started modules
*
* @method stopAll
*/
Core.prototype.startAll = function() {
this.xAll('start');
};

/**
* Helper for startAll and stopAll
*
Expand Down

0 comments on commit f12e4ce

Please sign in to comment.