Skip to content

Commit 45d0807

Browse files
committed
replace space to tab.
1 parent 40481b1 commit 45d0807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ccui/uiwidgets/scroll-widget/UIScrollView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ ccui.ScrollView = ccui.Layout.extend(/** @lends ccui.ScrollView# */{
303303
},
304304

305305
_isInContainer: function (widget) {
306-
if(!this._clippingEnabled)
307-
return true;
306+
if(!this._clippingEnabled)
307+
return true;
308308
var wPos = widget._position,
309309
wSize = widget._contentSize,
310310
wAnchor = widget._anchorPoint,

0 commit comments

Comments
 (0)