mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-06 00:57:21 -04:00
remove another impossible case
This commit is contained in:
@@ -311,7 +311,7 @@ Clay.prepareSettingsForAppMessage = function(settings) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var position = parseInt(matches[2] || 0, 10);
|
var position = parseInt(matches[2], 10);
|
||||||
key = matches[1];
|
key = matches[1];
|
||||||
|
|
||||||
if (typeof flatSettings[key] === 'undefined') {
|
if (typeof flatSettings[key] === 'undefined') {
|
||||||
|
|||||||
Reference in New Issue
Block a user