mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Fix error.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
* @summary Test for "angular-i18next" with options.
|
||||
*/
|
||||
function testOptions() {
|
||||
var $provider: I18nextProvider;
|
||||
var $provider: angular.i18next.I18nextProvider;
|
||||
$provider.options = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user