mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-02 12:40:14 +08:00
allow user-specified buttonText to override buttonIcons
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user