ac-bundle-module-utils-object
utils/object.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: exists, has, changed, keyProperCase
exists
function(list, key, value, parent) {…
// console.log(list, key, value, parent);
if (!app.has(parent)) parent = "";
for (var listKey in list) {
var item = list[listKey];