Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 643 → Rev 644

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