Merge pull request #484 from iwhp/master

Added the property [name] to NamingConvention
This commit is contained in:
Diullei Gomes
2013-04-19 06:48:45 -07:00
+1
View File
@@ -597,6 +597,7 @@ declare module breeze {
static camelCase: NamingConvention;
static defaultInstance: NamingConvention;
static none: NamingConvention;
name: string;
constructor (config: NamingConventionOptions);