Skip to content

Commit

Permalink
fix for IE7, maybe.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Dec 28, 2012
1 parent 67b6643 commit 45a9c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Expand Up @@ -15,6 +15,7 @@ var test = require('tape')
test("test select single", function test_select_single(t) {
var data = document.createElement('div')

data.class = 'one-class'
data.setAttribute('id', 'one-id')
data.setAttribute('class', 'one-class')
data.setAttribute('first', 'test')
Expand Down

0 comments on commit 45a9c17

Please sign in to comment.