comments
This commit is contained in:
@ -88,8 +88,8 @@
|
|||||||
return newObj;
|
return newObj;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* exclude complex objects from $.data() before pass to config
|
exclude complex objects from $.data() before pass to config
|
||||||
*/
|
*/
|
||||||
getConfigData: function($element) {
|
getConfigData: function($element) {
|
||||||
var data = {};
|
var data = {};
|
||||||
@ -101,6 +101,9 @@
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
returns keys of object
|
||||||
|
*/
|
||||||
objectKeys: function(o) {
|
objectKeys: function(o) {
|
||||||
if (Object.keys) {
|
if (Object.keys) {
|
||||||
return Object.keys(o);
|
return Object.keys(o);
|
||||||
|
Reference in New Issue
Block a user