Fix error.

This commit is contained in:
Cyril Schumacher
2015-04-29 18:22:49 +02:00
parent bfc68a72a8
commit 9d53ca0b9b
+1 -1
View File
@@ -3,6 +3,6 @@
* @summary Test for "angular-i18next" with options.
*/
function testOptions() {
var $provider: I18nextProvider;
var $provider: angular.i18next.I18nextProvider;
$provider.options = {};
}