Sha256: 0414246e2c6c197a3fa9a01c00e7e4ab5eabacb4d8bc4a56b9db94c6b2c906a3
Contents?: true
Size: 402 Bytes
Versions: 22
Compression:
Stored size: 402 Bytes
Contents
pageflow.linkmapPage.PanoramaEmbeddedView = Backbone.Marionette.View.extend({ render: function() { this.listenTo(this.model.page, 'change:' + this.options.disableMarginScrollingPropertyName, function(model, disabled) { if (disabled) { this.$el.linkmapLookaround('disable'); } else { this.$el.linkmapLookaround('enable'); } }); return this; } });
Version data entries
22 entries across 22 versions & 1 rubygems