+++ /dev/null
-{
- "preset": "jquery"
-}
--- /dev/null
+{
+ "preset": "jquery",
+
+ // disabled until `widget_slice` et al are addressed
+ "requireCamelCaseOrUpperCaseIdentifiers": null,
+
+ // Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460
+ "maximumLineLength": null
+}
}
testswarm.createClient({
- url: config.swarmUrl,
+ url: config.swarmUrl
})
.addReporter( testswarm.reporters.cli )
.auth({
"grunt-esformatter": "0.2.0",
"grunt-git-authors": "1.2.0",
"grunt-html": "1.0.0",
- "grunt-jscs-checker": "0.3.1",
+ "grunt-jscs": "0.6.2",
"load-grunt-tasks": "0.3.0",
"rimraf": "2.1.4",
"testswarm": "1.1.0"
el.show();
$.effects.createWrapper( el );
- distance = o.distance || el[ ref === "top" ? "outerHeight": "outerWidth" ]( true ) / 2;
+ distance = o.distance || el[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ) / 2;
if ( show ) {
el
}
try {
elem.style[ hook ] = value;
- } catch( e ) {
+ } catch ( e ) {
// wrapped to prevent IE from throwing errors on "invalid" values like 'auto' or 'inherit'
}
}
// https://bugzilla.mozilla.org/show_bug.cgi?id=561664
try {
active.id;
- } catch( e ) {
+ } catch ( e ) {
active = document.body;
}
// .slice() creates a copy of the array
// this copy gets trimmed by min and max and then returned
vals = this.options.values.slice();
- for ( i = 0; i < vals.length; i+= 1) {
+ for ( i = 0; i < vals.length; i += 1) {
vals[ i ] = this._trimAlignValue( vals[ i ] );
}
}
// http://bugs.jquery.com/ticket/8235
- } catch( e ) {}
+ } catch ( e ) {}
}
orig( elems );
};