bump dev version

This commit is contained in:
Luke Pulverenti
2015-05-28 01:51:48 -04:00
parent 6daced8387
commit 48a576778f
28 changed files with 443 additions and 326 deletions
-4
View File
@@ -346,10 +346,6 @@
function isAvailable(item, user) {
if (Dashboard.isRunningInCordova()) {
return false;
}
return item.SupportsSync;
}