Sha256: 2aeb48dd98256c1adad2460c1c59e571a59fafa1e1120ab92754022fdc94e0f9
Contents?: true
Size: 234 Bytes
Versions: 33
Compression:
Stored size: 234 Bytes
Contents
pageflow.HelpImageView = Backbone.Marionette.View.extend({ tagName: 'img', className: 'help_image', render: function() { this.$el.attr('src', pageflow.editorAssetUrls.help[this.options.imageName]); return this; } });
Version data entries
33 entries across 33 versions & 1 rubygems