Skip to content

Instantly share code, notes, and snippets.

@willcosgrove
Created October 24, 2014 20:55
Show Gist options
  • Select an option

  • Save willcosgrove/ad09740599b0dc0c3285 to your computer and use it in GitHub Desktop.

Select an option

Save willcosgrove/ad09740599b0dc0c3285 to your computer and use it in GitHub Desktop.
class Sync.Server extends Sync.View
constructor: (@$el, @name) ->
@vue = new Vue
el: @$el[0]
data:
editing: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment