Skip to content

Commit

Permalink
Making the demo use the source directly
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBurnham committed Apr 4, 2011
1 parent 9b2f347 commit 2303c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sty = require 'sty'
sty = require './src/sty'

functionNames = (name for name of sty)
functionNames.sort()
Expand Down

0 comments on commit 2303c39

Please sign in to comment.