]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
10 years agoPosition: Don't create `$.support.offsetFractions`
Scott González [Thu, 3 Apr 2014 14:54:52 +0000 (10:54 -0400)]
Position: Don't create `$.support.offsetFractions`

10 years agoCore: Don't create `$.support.selectstart`
Scott González [Thu, 3 Apr 2014 14:52:30 +0000 (10:52 -0400)]
Core: Don't create `$.support.selectstart`

10 years agoButton: Properly refresh button sets with new radio buttons
Scott González [Tue, 1 Apr 2014 18:42:38 +0000 (14:42 -0400)]
Button: Properly refresh button sets with new radio buttons

Fixes #8975
Ref gh-888

10 years agoDatepicker: Fix date format for Ukranian locale
Scott González [Mon, 31 Mar 2014 19:29:56 +0000 (15:29 -0400)]
Datepicker: Fix date format for Ukranian locale

Fixes #9939

10 years agoSpinner: Minor typo in stepUp()'s tests
TJ VanToll [Sun, 30 Mar 2014 15:51:31 +0000 (11:51 -0400)]
Spinner: Minor typo in stepUp()'s tests

10 years agoBuild: Fix testswarm task, use API correctly
Jörn Zaefferer [Wed, 12 Mar 2014 10:03:51 +0000 (11:03 +0100)]
Build: Fix testswarm task, use API correctly

10 years agoBuild: Include grunt tasks files in jscs task
Jörn Zaefferer [Wed, 12 Mar 2014 09:35:15 +0000 (10:35 +0100)]
Build: Include grunt tasks files in jscs task

10 years agoDroppable: Fix dependencies in photo manager demo
Scott González [Mon, 10 Mar 2014 12:35:21 +0000 (08:35 -0400)]
Droppable: Fix dependencies in photo manager demo

10 years agoSlider: Switch handles from <a href="#"> to <span tabindex="0">
TJ VanToll [Thu, 6 Mar 2014 04:03:17 +0000 (23:03 -0500)]
Slider: Switch handles from <a href="#"> to <span tabindex="0">

Fixes #9890
Closes gh-1207

10 years agoDemos: Adding <meta name="viewport"> tag for easier mobile browsing
TJ VanToll [Fri, 7 Mar 2014 14:30:11 +0000 (09:30 -0500)]
Demos: Adding <meta name="viewport"> tag for easier mobile browsing

10 years agoExternals: Update jshint to latest 1201/head
Jörn Zaefferer [Mon, 3 Mar 2014 22:05:08 +0000 (23:05 +0100)]
Externals: Update jshint to latest

10 years agoBuild: Use bower to manage client-side dependencies
Jörn Zaefferer [Fri, 21 Feb 2014 16:25:59 +0000 (17:25 +0100)]
Build: Use bower to manage client-side dependencies

Fixes #9507
Closes gh-1201

10 years agoAll: Rename jquery.js to exclude version in filename
Jörn Zaefferer [Mon, 3 Mar 2014 21:52:54 +0000 (22:52 +0100)]
All: Rename jquery.js to exclude version in filename

10 years agoBuild: Force LF for JS source files 1198/head
Jörn Zaefferer [Thu, 20 Feb 2014 12:59:37 +0000 (13:59 +0100)]
Build: Force LF for JS source files

10 years agoTests: Expose jQuery version select 1202/head
Jörn Zaefferer [Fri, 21 Feb 2014 17:42:43 +0000 (18:42 +0100)]
Tests: Expose jQuery version select

Makes use of the extended urlConfig in QUnit 1.14

10 years agoSelectmenu: Add UMD wrapper
TJ VanToll [Fri, 21 Feb 2014 19:56:13 +0000 (14:56 -0500)]
Selectmenu: Add UMD wrapper

10 years agoCore: Deprecate .focus( n ), replace in dialog with explicit timeouts 1199/head
Jörn Zaefferer [Fri, 21 Feb 2014 12:22:39 +0000 (13:22 +0100)]
Core: Deprecate .focus( n ), replace in dialog with explicit timeouts

Fixes #9646

10 years agoSelectmenu: Fix invalid empty options in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:54 +0000 (19:49 +0100)]
Selectmenu: Fix invalid empty options in visual test

10 years agoSelectmenu: Fix whitespace in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:09 +0000 (19:49 +0100)]
Selectmenu: Fix whitespace in visual test

10 years agoBuild: Update to latest grunt-html
Jörn Zaefferer [Fri, 21 Feb 2014 18:48:47 +0000 (19:48 +0100)]
Build: Update to latest grunt-html

10 years agoSelectmenu: Refactor appendTo option tests 1200/head
Jörn Zaefferer [Fri, 21 Feb 2014 12:40:32 +0000 (13:40 +0100)]
Selectmenu: Refactor appendTo option tests

10 years agoSelectmenu: Fall back to .ui-front searching for empty jQuery objects
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:34 +0000 (13:35 +0100)]
Selectmenu: Fall back to .ui-front searching for empty jQuery objects

Fixes #9757

10 years agoAutocomplete: Fix assertion message in appendTo option test
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:04 +0000 (13:35 +0100)]
Autocomplete: Fix assertion message in appendTo option test

10 years agoDialog: Work around subpixel issues in dialog resizable test
Jörn Zaefferer [Thu, 20 Feb 2014 16:54:48 +0000 (17:54 +0100)]
Dialog: Work around subpixel issues in dialog resizable test

Switching to checking the size of the content element. We should be
checking the dimensions of the .ui-dialog element, but that currently
fails in Chromium-based browsers. Once we start using box-sizing:
border-box, we should try to revert this change.

Ref #9845

10 years agoTests: Update to latest QUnit
Jörn Zaefferer [Thu, 20 Feb 2014 16:04:47 +0000 (17:04 +0100)]
Tests: Update to latest QUnit

10 years agoTests: Update to sane QUnit markup
Jörn Zaefferer [Thu, 20 Feb 2014 16:02:23 +0000 (17:02 +0100)]
Tests: Update to sane QUnit markup

10 years agoBuild: Base manifest dependencies off of Bower configuration
TJ VanToll [Tue, 4 Feb 2014 14:16:26 +0000 (09:16 -0500)]
Build: Base manifest dependencies off of Bower configuration

10 years agoAll: Add Bower support
TJ VanToll [Tue, 4 Feb 2014 13:56:46 +0000 (08:56 -0500)]
All: Add Bower support

Fixes #9465
Closes gh-1189

10 years agoTabs: Removed tabs at bottom demo
Scott González [Wed, 19 Feb 2014 21:58:01 +0000 (16:58 -0500)]
Tabs: Removed tabs at bottom demo

Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.

10 years agoBuild: Switch to renamed TestSwarm browserSet
Jörn Zaefferer [Wed, 19 Feb 2014 18:25:06 +0000 (19:25 +0100)]
Build: Switch to renamed TestSwarm browserSet

10 years agoI18n: Avoid indenting an entire file
Rafael Xavier de Souza [Wed, 19 Feb 2014 11:55:50 +0000 (08:55 -0300)]
I18n: Avoid indenting an entire file

Make code identation consistent with every other source.

10 years agoI18n: Rename all files, removing the "jquery.ui." prefix
Rafael Xavier de Souza [Tue, 18 Feb 2014 20:52:57 +0000 (17:52 -0300)]
I18n: Rename all files, removing the "jquery.ui." prefix

Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb;

Ref #9464
Ref gh-1029

10 years agoDraggable Tests: fix IE scroll tests affected by focus issues. 1195/head
Mike Sherov [Tue, 18 Feb 2014 03:10:29 +0000 (22:10 -0500)]
Draggable Tests: fix IE scroll tests affected by focus issues.

Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must calculate scrollTop on the drag event, before .focus is called.

10 years agoDraggable Tests: fix IE offset tests affected by focus issues.
Mike Sherov [Mon, 17 Feb 2014 23:02:20 +0000 (18:02 -0500)]
Draggable Tests: fix IE offset tests affected by focus issues.

Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must rely on the actual calculated offset instead of the helper offset to ensure
cross browser test consistency.

10 years agoDraggable: fix current JSCS violations.
Mike Sherov [Mon, 17 Feb 2014 21:08:41 +0000 (16:08 -0500)]
Draggable: fix current JSCS violations.

10 years agoDemos: Fix custom style tooltip demo
Jörn Zaefferer [Wed, 12 Feb 2014 19:34:21 +0000 (20:34 +0100)]
Demos: Fix custom style tooltip demo

Fixes typo in 'transform' property, also removes unnecessary prefixes (based
on our browser support and caniuse.com data).

Fixes jquery/jqueryui.com#68

10 years agoAuthors: Update
Jörn Zaefferer [Tue, 11 Feb 2014 19:55:56 +0000 (20:55 +0100)]
Authors: Update

10 years agoTests: Use .bind() instead of .on()
Scott González [Tue, 11 Feb 2014 19:54:34 +0000 (11:54 -0800)]
Tests: Use .bind() instead of .on()

10 years agoTests: Fix andenable a couple of unit tests: dialog, tooltip, draggable
Brian J. Dowling [Mon, 2 Dec 2013 20:54:29 +0000 (20:54 +0000)]
Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable

Some unit tests were disabled in phantomjs. Dialog and draggable
depended on a larger viewPort. Tooltip just worked, that was reenabled
as well.

Closes gh-1173

10 years agoBuild: Sort dependencies and update grunt-compare-size to latest
Jörn Zaefferer [Tue, 11 Feb 2014 18:06:17 +0000 (19:06 +0100)]
Build: Sort dependencies and update grunt-compare-size to latest

10 years agoBuild: Add commitplease as devDependency, to check commit messages 1180/head
Jörn Zaefferer [Mon, 20 Jan 2014 17:22:15 +0000 (18:22 +0100)]
Build: Add commitplease as devDependency, to check commit messages

10 years agoBuild: Add load-grunt-tasks
Patrick Stapleton [Wed, 5 Feb 2014 18:43:08 +0000 (10:43 -0800)]
Build: Add load-grunt-tasks

Closes gh-1191

10 years agoBuild: Inline testswarm browserSet setting
Jörn Zaefferer [Wed, 5 Feb 2014 10:44:02 +0000 (11:44 +0100)]
Build: Inline testswarm browserSet setting

Ref jquery/infrastructure#236

10 years agoBuild: Fixing a small typo in the effect's description
TJ VanToll [Tue, 4 Feb 2014 13:53:01 +0000 (08:53 -0500)]
Build: Fixing a small typo in the effect's description

10 years agoRelease: Update download.jqueryui.com version to 1.10.8
Rafael Xavier de Souza [Wed, 29 Jan 2014 16:41:47 +0000 (14:41 -0200)]
Release: Update download.jqueryui.com version to 1.10.8

10 years agoAutocomplete: Update remote-jsonp demo with working geo webservice
Jörn Zaefferer [Wed, 29 Jan 2014 14:12:59 +0000 (15:12 +0100)]
Autocomplete: Update remote-jsonp demo with working geo webservice

The previous webservice now requires user credentials. The new one is also
in use in a jQuery Mobile demo.

Fixes #9764

10 years agoAll: Updating copyright year to 2014
TJ VanToll [Wed, 29 Jan 2014 03:25:02 +0000 (22:25 -0500)]
All: Updating copyright year to 2014

10 years agoAutocomplete: Do not set value on multi-line input
Yermo [Sat, 25 Jan 2014 22:39:27 +0000 (17:39 -0500)]
Autocomplete: Do not set value on multi-line input

This fixes an issue where contenteditable text was getting overwritten when
wrapping past the bottom or top of the autocomplete menu.

Fixes #9771
Closes gh-1184

10 years agoButton: Ignore non-radio elements with the same name
TJ VanToll [Tue, 28 Jan 2014 15:46:23 +0000 (10:46 -0500)]
Button: Ignore non-radio elements with the same name

Fixes #8761
Closes gh-1185

10 years agoAll: Quote CSS url() values
Scott González [Fri, 24 Jan 2014 21:18:30 +0000 (16:18 -0500)]
All: Quote CSS url() values

Closes gh-1172

10 years agoAll: Rename all files, removing the "jquery.ui." prefix; 1029/head
Rafael Xavier de Souza [Mon, 2 Dec 2013 18:36:12 +0000 (16:36 -0200)]
All: Rename all files, removing the "jquery.ui." prefix;

- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029

10 years agoAll: Remove "Depends" comment
Rafael Xavier de Souza [Thu, 1 Aug 2013 20:47:51 +0000 (17:47 -0300)]
All: Remove "Depends" comment

Ref #9464
Ref gh-1029

10 years agoAll: Wrap I18n files with UMD return exports
Rafael Xavier de Souza [Wed, 17 Jul 2013 15:10:30 +0000 (12:10 -0300)]
All: Wrap I18n files with UMD return exports

Ref #9464
Ref gh-1029

10 years agoAll: Wrap source files with UMD return exports
Rafael Xavier de Souza [Fri, 12 Jul 2013 16:40:48 +0000 (13:40 -0300)]
All: Wrap source files with UMD return exports

Ref #9464
Ref gh-1029

10 years agoTests: Add link to selectmenu in unit index
Scott González [Fri, 24 Jan 2014 18:53:59 +0000 (13:53 -0500)]
Tests: Add link to selectmenu in unit index

10 years agoTest: Whitespace
Scott González [Fri, 24 Jan 2014 15:21:50 +0000 (10:21 -0500)]
Test: Whitespace

10 years agoAutocomplete: Normalize falsy values, not just missing values
Scott González [Wed, 22 Jan 2014 15:40:19 +0000 (10:40 -0500)]
Autocomplete: Normalize falsy values, not just missing values

Fixes #9762

10 years agoAutocomplete: Fall back to .ui-front searching for empty jQuery objects
Scott González [Mon, 20 Jan 2014 21:13:55 +0000 (16:13 -0500)]
Autocomplete: Fall back to .ui-front searching for empty jQuery objects

Fixes #9755

10 years agoDraggable: fix changing containment
Ben Higgins [Mon, 13 Jan 2014 22:51:06 +0000 (14:51 -0800)]
Draggable: fix changing containment

If containment was set such that relative_container is set by
_setContainment, and then containment changes to e.g. "document",
"window", or an array, relative_container would not be unset, causing
incorrect containment of the draggable.

Add a unittest to check that containment with an array works after
previously being set to "parent".

Fixes #9733
Closes gh-1176

10 years agoTests: sortable: fix assert message.
Andrei Picus [Thu, 16 Jan 2014 13:03:34 +0000 (15:03 +0200)]
Tests: sortable: fix assert message.

Changed 'stop' to 'over'.

Closes gh-1174

10 years agoDemos: Fixing broken links to effect demos
TJ VanToll [Fri, 17 Jan 2014 15:25:04 +0000 (10:25 -0500)]
Demos: Fixing broken links to effect demos

10 years agoBuild: Upgrade to grunt-contrib-qunit, supports page options
Jörn Zaefferer [Fri, 17 Jan 2014 10:28:35 +0000 (11:28 +0100)]
Build: Upgrade to grunt-contrib-qunit, supports page options

10 years agoTests: Fix draggable_options expected test count to be dynamic 1175/head
Brian J. Dowling [Thu, 16 Jan 2014 21:25:17 +0000 (21:25 +0000)]
Tests: Fix draggable_options expected test count to be dynamic

The test count was previously incremented to 8 when normally 6 tests
are run.  After figuring out the dynamic test code, I just made the
expect depend on the same array length

Also re-enabled the test in the Gruntfile since it now passes.

10 years agoBuild: Upgrade to grunt-contrib-csslint 0.2.0
Scott González [Thu, 16 Jan 2014 17:24:20 +0000 (12:24 -0500)]
Build: Upgrade to grunt-contrib-csslint 0.2.0

This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy
version issues.

10 years agoWidget: Support events with dashes and colons
Ruslan Yakhyaev [Fri, 3 Jan 2014 17:19:32 +0000 (18:19 +0100)]
Widget: Support events with dashes and colons

Fixes #9708
Closes gh-1159

10 years agoSlider & Interactions: Add Windows 8 touch support
TJ VanToll [Fri, 13 Dec 2013 03:10:06 +0000 (22:10 -0500)]
Slider & Interactions: Add Windows 8 touch support

Fixes #9709
Fixes #9710
Closes gh-1152

10 years agoPosition: Avoid reading overflow css on documents
Thomas Meyer [Wed, 4 Sep 2013 22:13:53 +0000 (00:13 +0200)]
Position: Avoid reading overflow css on documents

Fixes #9533
Closes gh-1072

10 years agoDroppable demos: Use ui-state-default for activation
Scott González [Wed, 15 Jan 2014 10:03:53 +0000 (05:03 -0500)]
Droppable demos: Use ui-state-default for activation

Closes gh-1085

10 years agoResizable: Only resize/reposition if size is greater than specified grid
Kris Borchers [Sat, 9 Nov 2013 04:45:36 +0000 (22:45 -0600)]
Resizable: Only resize/reposition if size is greater than specified grid

Fixes #9611
Closes gh-1132

10 years agoDialog: Apply `overflow: hidden` to contain the resize handles
Scott González [Wed, 15 Jan 2014 09:22:08 +0000 (04:22 -0500)]
Dialog: Apply `overflow: hidden` to contain the resize handles

Fixes #9521
Closes gh-1092

10 years agoSortable: Cleanup
Andrei Picus [Tue, 14 Jan 2014 07:36:16 +0000 (09:36 +0200)]
Sortable: Cleanup

Closes gh-1168
Closes gh-1169

10 years agoAutocomplete: Announce autocomplete correctly in all ATs.
Dylan Barrell [Sun, 22 Dec 2013 16:36:43 +0000 (11:36 -0500)]
Autocomplete: Announce autocomplete correctly in all ATs.

Fixes #9631
Closes gh-1153

10 years agoDatepicker: Fix Spanish locale data
Scott González [Fri, 10 Jan 2014 15:51:10 +0000 (10:51 -0500)]
Datepicker: Fix Spanish locale data

Fixes #9735
Closes gh-1166

10 years agoBuild: Update grunt and grunt-jscs-checker, use jquery preset for jscs
Jörn Zaefferer [Fri, 10 Jan 2014 15:06:55 +0000 (16:06 +0100)]
Build: Update grunt and grunt-jscs-checker, use jquery preset for jscs

10 years agoTooltip: Preserve the title after disabling twice
Michael Wiencek [Tue, 24 Dec 2013 02:40:30 +0000 (20:40 -0600)]
Tooltip: Preserve the title after disabling twice

Fixes #9719
Closes gh-1154

10 years agoResizable: whitespace fixed
Jyoti Deka [Tue, 7 Jan 2014 12:14:44 +0000 (07:14 -0500)]
Resizable: whitespace fixed

Closes gh-1162

10 years agoDocs: Reduce contributing guidelines by linking to contribute.jquery.org
Scott González [Mon, 6 Jan 2014 18:07:49 +0000 (13:07 -0500)]
Docs: Reduce contributing guidelines by linking to contribute.jquery.org

Closes gh-1161

10 years agoTooltip: Only bind remove handler for delegated tooltips
Scott González [Thu, 2 Jan 2014 21:51:32 +0000 (16:51 -0500)]
Tooltip: Only bind remove handler for delegated tooltips

The remove handler was being added for every tooltip, but only removed for
delegated tooltips. The default destroy behavior already handles non-delegated
tooltips, so the handler should only be added for delegated tooltips.

Fixes #9531
Closes gh-1156

10 years agoMenu: Fix var declaration and move regex comment to the right place.
Jörn Zaefferer [Wed, 8 Jan 2014 17:15:04 +0000 (18:15 +0100)]
Menu: Fix var declaration and move regex comment to the right place.

Follow-up to a6806ab1

10 years agoTests: Fix grammar error in comment
Andrei Picus [Wed, 8 Jan 2014 16:03:39 +0000 (18:03 +0200)]
Tests: Fix grammar error in comment

Changed it's to its.

Closes gh-1164

10 years agoTests: Add link to visual test for selectmenu to index
Jörn Zaefferer [Tue, 7 Jan 2014 17:59:34 +0000 (18:59 +0100)]
Tests: Add link to visual test for selectmenu to index

10 years agoTooltip: Lowercase test html for IE7/8 compat
Jörn Zaefferer [Mon, 6 Jan 2014 15:33:33 +0000 (16:33 +0100)]
Tooltip: Lowercase test html for IE7/8 compat

10 years agoTooltip: On close and destroy only set title if empty or undefined
Daniel DeGroff [Tue, 3 Dec 2013 04:03:55 +0000 (22:03 -0600)]
Tooltip: On close and destroy only set title if empty or undefined

Ticket #8925 states that changes to the title attribute while the
tooltip is open are lost on tooltip close.

In the close and destroy functions, the title attribute is always
written if a value was stored in the element on open. It is possible
the attribute has changed and restoring the initial value may overwrite
the current value.

If the value is empty or undefined as set in open, do not set the title
attribute.

This fix has the limitation that if the user removed the title
attribute or set the value to an empty string the original title value
would be restored on close and destroy.

Fixes #8925

10 years agoTooltip: Improve accessibility by adding content to an aria-live div
Dylan Barrell [Sat, 26 Oct 2013 15:31:07 +0000 (11:31 -0400)]
Tooltip: Improve accessibility by adding content to an aria-live div

Fixes #9610
Closes gh-1118

10 years agoSelectmenu: fix lint issue
Felix Nagel [Wed, 18 Dec 2013 19:11:29 +0000 (20:11 +0100)]
Selectmenu: fix lint issue

10 years agoSelectmenu: Fix empty option processing
Felix Nagel [Wed, 18 Dec 2013 18:30:48 +0000 (19:30 +0100)]
Selectmenu: Fix empty option processing

Ref #9701

10 years agoMenu: Add _isDivider method
Felix Nagel [Wed, 18 Dec 2013 18:29:41 +0000 (19:29 +0100)]
Menu: Add _isDivider method

Ability to prevent generation of dividers from items

Fixes #9701

10 years agoSelectmenu Tests: add unit tests for empty options
Felix Nagel [Wed, 18 Dec 2013 18:00:32 +0000 (19:00 +0100)]
Selectmenu Tests: add unit tests for empty options

10 years agoResizable: remove redundant comments and whitespace
Jyoti Deka [Sun, 15 Dec 2013 18:04:08 +0000 (13:04 -0500)]
Resizable: remove redundant comments and whitespace

10 years agoResizable: containment plugin restricts resizing within container
Jyoti Deka [Fri, 1 Nov 2013 11:06:47 +0000 (07:06 -0400)]
Resizable: containment plugin restricts resizing within container

Fixes #7018
Fixes #9107
Closes gh-1122

10 years agoResizable: fix whitespace on containment plugin
Jyoti Deka [Sun, 15 Dec 2013 17:37:54 +0000 (12:37 -0500)]
Resizable: fix whitespace on containment plugin

10 years agoResizable: containment now works with non - immediate children
Jyoti Deka [Thu, 7 Nov 2013 14:39:51 +0000 (09:39 -0500)]
Resizable: containment now works with non - immediate children

Fixes #7485
Closes gh-1130

10 years agoDraggable: Test fix regarding static scrolling
Dave Stein [Tue, 3 Dec 2013 00:12:21 +0000 (19:12 -0500)]
Draggable: Test fix regarding static scrolling

No longer checking scroll positions of static scrolls since the fixture is
in an absolute container.

Closes gh-1145

10 years agoDraggable Unit Tests: Ensure IFRAMEs can be written to
Mike Sherov [Sat, 14 Dec 2013 22:38:33 +0000 (17:38 -0500)]
Draggable Unit Tests: Ensure IFRAMEs can be written to

Draggable tests were failing in IE because the frame needs to be
written to to be accessible to further DOM manipulation.

10 years agoResizable: modified to allow resizing when resizables are nested.
Jyoti Deka [Sat, 7 Dec 2013 06:39:34 +0000 (01:39 -0500)]
Resizable: modified to allow resizing when resizables are nested.

Fixes #5025
Closes gh-1149

10 years agoUpdated author information.
Scott González [Wed, 11 Dec 2013 01:02:58 +0000 (20:02 -0500)]
Updated author information.

10 years agoDemos: Fix broken links to themeroller 1150/head
Corey Frang [Mon, 9 Dec 2013 14:54:22 +0000 (08:54 -0600)]
Demos: Fix broken links to themeroller

10 years agoJSCS config: Set validateLineBreaks
Jörn Zaefferer [Mon, 9 Dec 2013 12:05:39 +0000 (13:05 +0100)]
JSCS config: Set validateLineBreaks

10 years agoJSCS config: Set disallowSpaceAfter/BeforePrefixUnaryOperators
Jörn Zaefferer [Mon, 9 Dec 2013 12:04:33 +0000 (13:04 +0100)]
JSCS config: Set disallowSpaceAfter/BeforePrefixUnaryOperators

10 years agoJSCS config: Set requireSpaceBeforeBinaryOperators, fix occurences
Jörn Zaefferer [Mon, 9 Dec 2013 12:02:19 +0000 (13:02 +0100)]
JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurences