[{
"resource": "/d:/....../_contacts.scss",
"owner": "_generated_diagnostic_collection_name_#0",
"code": "css-rparentexpected",
"severity": 8,
"message": ") expected",
"source": "scss",
"startLineNumber": 5,
"startColumn": 41,
"endLineNumber": 5,
"endColumn": 42
}]
$(window).on('load', function () {
var $width = $(window).width();
});
$(window).on('resize', function () {
resize();
});
function resize($width) {
var $thiswidth = $(window).width();
if ($thiswidth != $width){
alert('1');
}