diff options
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage.reel/stage.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/stage/stage.reel/stage.js b/js/stage/stage.reel/stage.js index fce73882..3552935d 100755 --- a/js/stage/stage.reel/stage.js +++ b/js/stage/stage.reel/stage.js | |||
@@ -279,6 +279,10 @@ exports.Stage = Montage.create(Component, { | |||
279 | _userPaddingLeft: { value: 0 }, | 279 | _userPaddingLeft: { value: 0 }, |
280 | _userPaddingTop: { value: 0 }, | 280 | _userPaddingTop: { value: 0 }, |
281 | 281 | ||
282 | // keep track of the elements that determine the minimum left and top scrollable amount | ||
283 | minLeftElement: { value: null }, | ||
284 | minTopElement: { value: null }, | ||
285 | |||
282 | userPaddingLeft: { | 286 | userPaddingLeft: { |
283 | get: function() { return this._userPaddingLeft; }, | 287 | get: function() { return this._userPaddingLeft; }, |
284 | set: function(value) { | 288 | set: function(value) { |