mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
Extending ionic tool to have multiple task support.
This commit is contained in:
9
tools/ionic/lib/ionic/task.js
Normal file
9
tools/ionic/lib/ionic/task.js
Normal file
@ -0,0 +1,9 @@
|
||||
var IonicTask = function() {
|
||||
};
|
||||
|
||||
IonicTask.prototype = {
|
||||
run: function(ionic) {
|
||||
}
|
||||
};
|
||||
|
||||
exports.IonicTask = IonicTask;
|
||||
Reference in New Issue
Block a user