make notice not a global var.

This commit is contained in:
Brandon Liu
2013-01-19 22:54:09 -08:00
parent 79801e57af
commit 59d37125df
+1 -1
View File
@@ -50,7 +50,7 @@ window.iD = function(container) {
}
}
notice = iD.ui.notice(limiter
var notice = iD.ui.notice(limiter
.append('div')
.attr('class', 'notice'));