fix param name in comment.

This commit is contained in:
zaneli
2014-06-23 11:31:49 +09:00
parent b50af00be5
commit 6bf9011af7

View File

@@ -93,7 +93,7 @@ interface JQueryStatic {
/**
* Show notify bar.
*
* @param notify bar options
* @param options notify bar options
*/
notifyBar(options?: JQueryNotifyBar.NotifyBarOptions): void;
}
}