remove another impossible case

This commit is contained in:
Keegan
2016-06-16 00:45:52 -07:00
parent 361dc99ea5
commit 939398774d
+1 -1
View File
@@ -311,7 +311,7 @@ Clay.prepareSettingsForAppMessage = function(settings) {
return;
}
var position = parseInt(matches[2] || 0, 10);
var position = parseInt(matches[2], 10);
key = matches[1];
if (typeof flatSettings[key] === 'undefined') {