mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 16:47:37 -04:00
Change Settings.data to Settings.option
This commit is contained in:
@@ -702,7 +702,7 @@ function cssColor(color) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Example usage with default:
|
// Example usage with default:
|
||||||
cssColor(Settings.data('BACKGROUND_COLOR') || 0xff0000);
|
cssColor(Settings.option('BACKGROUND_COLOR') || 0xff0000);
|
||||||
```
|
```
|
||||||
|
|
||||||
### `Clay([Array] config, [function] customFn, [object] options)`
|
### `Clay([Array] config, [function] customFn, [object] options)`
|
||||||
|
|||||||
Reference in New Issue
Block a user