Update ngbootbox.d.ts

This commit is contained in:
Sam Saint-Pettersen
2015-11-06 16:24:24 +00:00
parent e7f3e75436
commit debd161600

View File

@@ -3,8 +3,8 @@
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="typings/es6-promise.d.ts" />
/// <reference path="typings/bootbox.d.ts" />
/// <reference path="../es6-promise/es6-promise.d.ts" />
/// <reference path="../bootbox/bootbox.d.ts" />
interface IBootboxDialog {
title?: string;