From 14480089df052abb8b2d2d7312dd603a083189f2 Mon Sep 17 00:00:00 2001 From: Oscar Godson Date: Fri, 30 May 2014 02:05:33 -0700 Subject: [PATCH] Fix format of defineProperties in setAdapter docs --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cf0d8e8..33cc4c0a 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,7 @@ var Foo = function () { }); this.defineProperties({ - name: { - type: 'string', required: true - } + name: { type: 'string', required: true } }); };