From 6a9b14563ea4c342408916f622339742ba8372fc Mon Sep 17 00:00:00 2001 From: James Kyle Date: Sat, 11 Jul 2015 12:02:26 -0700 Subject: [PATCH] Add descriptions to helpers/object --- src/babel/helpers/object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babel/helpers/object.js b/src/babel/helpers/object.js index cb4abb5919..c488a53173 100644 --- a/src/babel/helpers/object.js +++ b/src/babel/helpers/object.js @@ -1,5 +1,5 @@ /** - * [Please add a description.] + * Create an object with a `null` prototype. */ export default function () {