fix dialog polyfill usage

This commit is contained in:
Denys Vuika
2016-12-16 14:25:06 +00:00
parent 12b361acc8
commit a511c0fd69
5 changed files with 4 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ import { ActivitiTaskListService } from './../services/activiti-tasklist.service
import { TaskDetailsModel } from '../models/task-details.model';
import { Observer, Observable } from 'rxjs/Rx';
let dialogPolyfill: any;
declare let dialogPolyfill: any;
@Component({
selector: 'activiti-checklist',