Start on support

This commit is contained in:
Tom MacWright
2013-03-27 17:21:48 -04:00
parent 0b9a21e061
commit d31754b030
+3 -1
View File
@@ -190,9 +190,11 @@
<body>
<div id='iD'></div>
<script>
var div = document.getElementById('iD');
if (!iD.detect().support) return iD.
iD.data.load(function() {
id = iD();
d3.select('#iD')
d3.select(div)
.call(id.ui());
})
</script>