Upgrade ng2-alfresco-upload, code fixes

This commit is contained in:
Denys Vuika
2016-09-21 14:12:42 +01:00
parent 90646ce910
commit 6104c5d669
15 changed files with 194 additions and 63 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
/*
import {
it,
describe,
@@ -449,4 +450,4 @@ describe('AlfrescoLogin', () => {
expect(component.onError.emit).toHaveBeenCalledWith('LOGIN.MESSAGES.LOGIN-ERROR-PROVIDERS');
});
});
*/