From 72eec5b19db7153795090cf3eb0e42d120041eb7 Mon Sep 17 00:00:00 2001 From: iwhp Date: Thu, 18 Apr 2013 11:10:57 +0200 Subject: [PATCH] Added the property [name] to NamingConvention --- breeze/breeze.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/breeze/breeze.d.ts b/breeze/breeze.d.ts index 3f45329759..e1572069fa 100644 --- a/breeze/breeze.d.ts +++ b/breeze/breeze.d.ts @@ -597,6 +597,7 @@ declare module breeze { static camelCase: NamingConvention; static defaultInstance: NamingConvention; static none: NamingConvention; + name: string; constructor (config: NamingConventionOptions);