don't push commented out lines to master.

This commit is contained in:
Saman Bemel-Benrud
2013-03-26 18:29:51 -04:00
parent 9d3f94ed36
commit 31d6b5532b

View File

@@ -1,7 +1,7 @@
iD.ui.Splash = function(context) {
return function(selection) {
// if (context.storage('sawSplash'))
// return;
if (context.storage('sawSplash'))
return;
context.storage('sawSplash', true);