community link

This commit is contained in:
Leo Horie 2014-04-06 20:24:23 -04:00
parent 75b9959b8a
commit bdd016de3f
33 changed files with 100 additions and 4 deletions

View file

@ -15,7 +15,7 @@ mock.window = new function() {
},
getAttribute: function(name, value) {
return this[name]
},
}
}
}
window.document.createTextNode = function(text) {