Skip to content

Commit

Permalink
adding Changeset and AttributePool into the etherpad object
Browse files Browse the repository at this point in the history
  • Loading branch information
jukowski committed Sep 6, 2012
1 parent 198b869 commit c8a9247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types/etherpad.coffee
Expand Up @@ -22,7 +22,10 @@ else
Changeset = require("./../lib-etherpad/Changeset");
AttributePool = require("./../lib-etherpad/AttributePool");

etherpad = {}
etherpad =
Changeset : Changeset
AttributePool : AttributePool


etherpad.name = "etherpad"
etherpad.create = ->
Expand Down

0 comments on commit c8a9247

Please sign in to comment.