Fixed failing dialogservice test case

This commit is contained in:
Henry 2015-10-14 14:18:36 -07:00
parent 0dd7a844b0
commit b0df1e90e5

View File

@ -116,7 +116,8 @@ define(
dialog: dialogModel,
confirm: jasmine.any(Function),
cancel: jasmine.any(Function)
}
},
't-dialog'
);
});