Align definition name with Bower package name

This commit is contained in:
Matt Brooks
2015-07-07 08:41:43 +01:00
parent 62f6c2822c
commit ec21c91b3c
2 changed files with 1 additions and 1 deletions
@@ -1,4 +1,4 @@
/// <reference path="jquery.validation.unobtrusive.d.ts" />
/// <reference path="jquery-validation-unobtrusive.d.ts" />
$.validator.unobtrusive.adapters.add("adapter", () => { });
$.validator.unobtrusive.adapters.add("adapter", function () {