Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #398 from WardCunningham/client-split
Browse files Browse the repository at this point in the history
use npm to get wiki-client for client side javascript
  • Loading branch information
WardCunningham committed Sep 22, 2013
2 parents 2639332 + c69ccfc commit 3f7965c
Show file tree
Hide file tree
Showing 29 changed files with 7,214 additions and 14,130 deletions.
4 changes: 2 additions & 2 deletions client/client.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
window.wiki = require('./lib/wiki.coffee')
require('./lib/legacy.coffee')
window.wiki = require('wiki-client/lib/wiki')
require('wiki-client/lib/legacy')

Loading

0 comments on commit 3f7965c

Please sign in to comment.