Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-320 - Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Sep 5, 2012
1 parent 11ec0d4 commit 47f0c31
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/aui-tree/aui-tree-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -3349,7 +3349,7 @@ var TreeViewDD = A.Component.create(
};

// Check for mobile devices and execute _createDragInitHandler before events
if (!UA.mobile) {
if (!UA.touch) {
// only create the drag on the init elements if the user mouseover the boundingBox for init performance reasons
dragInitHandle = boundingBox.on(['focus', 'mousedown', 'mousemove'], instance._createDragInitHandler);
}
Expand Down
4 changes: 2 additions & 2 deletions build/aui-tree/aui-tree-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/aui-tree/aui-tree-view-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ var TreeViewDD = A.Component.create(
};

// Check for mobile devices and execute _createDragInitHandler before events
if (!UA.mobile) {
if (!UA.touch) {
// only create the drag on the init elements if the user mouseover the boundingBox for init performance reasons
dragInitHandle = boundingBox.on(['focus', 'mousedown', 'mousemove'], instance._createDragInitHandler);
}
Expand Down
2 changes: 1 addition & 1 deletion build/aui-tree/aui-tree-view-min.js

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

2 changes: 1 addition & 1 deletion build/aui-tree/aui-tree-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ var TreeViewDD = A.Component.create(
};

// Check for mobile devices and execute _createDragInitHandler before events
if (!UA.mobile) {
if (!UA.touch) {
// only create the drag on the init elements if the user mouseover the boundingBox for init performance reasons
dragInitHandle = boundingBox.on(['focus', 'mousedown', 'mousemove'], instance._createDragInitHandler);
}
Expand Down
2 changes: 1 addition & 1 deletion build/aui-tree/aui-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -3349,7 +3349,7 @@ var TreeViewDD = A.Component.create(
};

// Check for mobile devices and execute _createDragInitHandler before events
if (!UA.mobile) {
if (!UA.touch) {
// only create the drag on the init elements if the user mouseover the boundingBox for init performance reasons
dragInitHandle = boundingBox.on(['focus', 'mousedown', 'mousemove'], instance._createDragInitHandler);
}
Expand Down

0 comments on commit 47f0c31

Please sign in to comment.