Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 644 → Rev 643

/trunk/test/test.js
172,7 → 172,6
var origX = x;
if (typeof x == "string")
{
/*jshint -W061*/
x = eval(x);
}
 
210,7 → 209,6
var origX = x;
if (typeof x == "string")
{
/*jshint -W061*/
x = eval(x);
}
 
255,7 → 253,6
var origX = x;
if (typeof x == "string")
{
/*jshint -W061*/
x = eval(x);
}
 
306,7 → 303,6
var origX = x;
if (typeof x == "string")
{
/*jshint -W061*/
x = eval(x);
}
 
376,7 → 372,6
 
if (typeof expecteds == "string")
{
/*jshint -W061*/
expecteds = eval(expecteds);
}
 
464,7 → 459,6
 
if (typeof expecteds == "string")
{
/*jshint -W061*/
expecteds = eval(expecteds);
}
 
1064,4 → 1058,4
}
}
};
}());
}());