Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit b415585

Browse files
committed
removed changes to friendlyTypeNames committed by mistake
1 parent bb5de42 commit b415585

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/scoped-rules.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,11 @@ var friendlyTypeNames = {
3333
'*': '\u2217',
3434
'cookie': 'cookie',
3535
'stylesheet': 'css',
36-
'css': 'css',
3736
'image': 'img',
3837
'object': 'plugin',
39-
'plugin': 'plugin',
4038
'script': 'script',
4139
'xmlhttprequest': 'XHR',
42-
'xhr': 'XHR',
43-
'XHR': 'XHR',
4440
'sub_frame': 'frame',
45-
'frame': 'frame',
4641
'other': 'other'
4742
};
4843

0 commit comments

Comments
 (0)