allow user-specified buttonText to override buttonIcons

This commit is contained in:
Adam Shaw
2014-05-21 17:00:51 -07:00
parent 107cf134f2
commit dda017efe2
44 changed files with 89 additions and 84 deletions
+1
View File
@@ -159,6 +159,7 @@ function arrayMax(a) {
function smartProperty(obj, name) { // get a camel-cased/namespaced property of an object
obj = obj || {};
if (obj[name] !== undefined) {
return obj[name];
}