Commit a4512f74 authored by David Critchley's avatar David Critchley
Browse files

Bug 1216368 - Fix the panel views in Loop's ui-showcase - fake-Mozloop was...

Bug 1216368 - Fix the panel views in Loop's ui-showcase - fake-Mozloop was missing a return statement. r=Standard8
parent 475dc213
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,7 +117,9 @@ var fakeRooms = [
      switch(pref) {
        // Ensure we skip FTE completely.
        case "gettingStarted.seen":
          return true;
      }
      return null;
    },
    hasEncryptionKey: true,
    setLoopPref: function(){},