Change Settings.data to Settings.option

This commit is contained in:
keegan-lillo
2016-03-16 11:44:50 +11:00
parent e2ffa42595
commit 1d821f61c3
+1 -1
View File
@@ -702,7 +702,7 @@ function cssColor(color) {
}
// Example usage with default:
cssColor(Settings.data('BACKGROUND_COLOR') || 0xff0000);
cssColor(Settings.option('BACKGROUND_COLOR') || 0xff0000);
```
### `Clay([Array] config, [function] customFn, [object] options)`