Created
October 24, 2014 20:55
-
-
Save willcosgrove/ad09740599b0dc0c3285 to your computer and use it in GitHub Desktop.
This file contains 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 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