Commit 79d2eb75 by Sebastián Katzer

Added "add" event on Windows

parent 831c96d3
...@@ -94,6 +94,10 @@ exports.schedule = function (success, error, args) { ...@@ -94,6 +94,10 @@ exports.schedule = function (success, error, args) {
impl.schedule(options); impl.schedule(options);
for (i = 0; i < options.length; i++) {
exports.fireEvent('add', options[i]);
}
success(); success();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment