Fix #13310. Get the right display value for disconnected nodes. Close gh-1155.
[jquery.git] / .jshintrc
blob4f0431ddc0c674bbd7ef8c192e32b363ae703a20
2         "curly": true,
3         "eqeqeq": true,
4         "latedef": true,
5         "noarg": true,
6         "noempty": true,
7         "quotmark": "double",
8         "undef": true,
9         "unused": true,
10         "strict": true,
11         "trailing": true,
13         "node": true