Skip to content

Commit

Permalink
Update dd build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tripp committed Oct 21, 2014
1 parent 306ad86 commit ef05772
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/dd-drag/dd-drag-coverage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/dd-drag/dd-drag-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,12 @@ YUI.add('dd-drag', function (Y, NAME) {
*/
_invalids: null,
/**
* A private hash of the default invalid selector strings: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true, '[contenteditable]': true}
* A private hash of the default invalid selector strings: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true}
* @private
* @property _invalidsDefault
* @type {Object}
*/
_invalidsDefault: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true, '[contenteditable]': true },
_invalidsDefault: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true },
/**
* Private flag to see if the drag threshhold was met
* @private
Expand Down
4 changes: 2 additions & 2 deletions build/dd-drag/dd-drag-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef05772

Please sign in to comment.