equal
deleted
inserted
replaced
1223 filesaver(blob,fileNameToSaveAs); |
1223 filesaver(blob,fileNameToSaveAs); |
1224 |
1224 |
1225 }, |
1225 }, |
1226 foldBins: function() { |
1226 foldBins: function() { |
1227 var foldBinsButton = this.$.find(".Rk-Fold-Bins"), |
1227 var foldBinsButton = this.$.find(".Rk-Fold-Bins"), |
1228 bins = this.renkan.$.find(".Rk-Bins"); |
1228 bins = this.renkan.$.find(".Rk-Bins"); |
1229 var _this = this; |
1229 var _this = this; |
1230 if (bins.offset().left < 0) { |
1230 if (bins.position().left < 0) { |
1231 bins.animate({left: 0},250); |
1231 bins.animate({left: 0},250); |
1232 this.$.animate({left: 300},250,function() { |
1232 this.$.animate({left: 300},250,function() { |
1233 var w = _this.$.width(); |
1233 var w = _this.$.width(); |
1234 paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]); |
1234 paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]); |
1235 }); |
1235 }); |