From 8e2f46f01bcd23c70ae4495b672feb3e0d75c29e Mon Sep 17 00:00:00 2001
From: vitalets <noginsk@rambler.ru>
Date: Fri, 11 Jan 2013 10:08:52 +0400
Subject: [PATCH] comments

---
 src/editable-form/editable-form-utils.js | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/editable-form/editable-form-utils.js b/src/editable-form/editable-form-utils.js
index 6e92ae8..4e27e70 100644
--- a/src/editable-form/editable-form-utils.js
+++ b/src/editable-form/editable-form-utils.js
@@ -88,8 +88,8 @@
             return newObj;
         },
 
-        /**
-        * exclude complex objects from $.data() before pass to config
+        /*
+        exclude complex objects from $.data() before pass to config
         */
         getConfigData: function($element) {
             var data = {};
@@ -101,6 +101,9 @@
             return data;
         },
 
+        /*
+         returns keys of object
+        */
         objectKeys: function(o) {
             if (Object.keys) {
                 return Object.keys(o);