add single quote check to jshint and fix src files for that

[fixes #522]
This commit is contained in:
Robin Böhm
2014-02-16 23:28:20 +01:00
committed by Greg Cobb and Sheel Choksi
parent 095b02ad83
commit 31d71ac22f
30 changed files with 384 additions and 383 deletions

View File

@@ -85,6 +85,6 @@ getJasmineRequireObj().Suite = function() {
return Suite;
};
if (typeof window == void 0 && typeof exports == "object") {
if (typeof window == void 0 && typeof exports == 'object') {
exports.Suite = jasmineRequire.Suite;
}