Skip to content

Instantly share code, notes, and snippets.

@zhusee2
Last active December 19, 2015 10:49
Show Gist options
  • Save zhusee2/5943496 to your computer and use it in GitHub Desktop.
Save zhusee2/5943496 to your computer and use it in GitHub Desktop.
class MyNameSpace.EditorBase
constructor: (@container) ->
@toolbar = new MyNameSpace.EditorToolbar()
# Other init stuff
class MyNameSpace.EditorToolbar
constructor: (@container) ->
# Do some init stuff
#= require_self
#= require editor_toolbar
#= require editor_widget
#= require editor_base
window.MyNameSpace = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment