8000 Merge pull request #105 from mosch/patch-1 · VirtualNetworks/parser@43ca4a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43ca4a7

Browse files
committed
Merge pull request twilio#105 from mosch/patch-1
Make withIEStorage strict compatible
2 parents 04b4bb8 + cb7cfe3 commit 43ca4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
storage = doc.createElement('div')
9696
storageOwner = doc.body
9797
}
98-
function withIEStorage(storeFunction) {
98+
var withIEStorage = function(storeFunction) {
9999
return function() {
100100
var args = Array.prototype.slice.call(arguments, 0)
101101
args.unshift(storage)

0 commit comments

Comments
 (0)
0