Created
June 15, 2015 23:49
-
-
Save blackxored/3b1e3b56098f3ca4a994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ModalMgr.SocialWidget extends SocialPro.Views.LayoutView | |
template: 'modules/modal_mgr/templates/social-widget' | |
regions: (options) -> | |
widget: Marionette.Region.extend( | |
el: '#widget-instance', | |
currentView: new SocialPro.Widgets.SharingWidgetView | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment