Manual merge of notify.js

This commit is contained in:
Caleb James DeLisle
2017-08-23 10:45:55 +02:00
13 changed files with 84 additions and 47 deletions

View File

@@ -110,6 +110,8 @@ define(['/api/config'], function (ApiConfig) {
cancel: cancel,
};
};
return Module;
};
return Module;
});