Skip to content

Commit

Permalink
add jetsync
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Aug 9, 2012
1 parent d8248b8 commit a68589c
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bin/
.DS_Store

lib/jetsync.js
1 change: 1 addition & 0 deletions demo/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
%script{:type => 'text/javascript', :src => 'lib/underscore.js'}
%script{:type => 'text/javascript', :src => 'lib/eventemitter2.js'}
%script{:type => 'text/javascript', :src => 'lib/rangy/rangy-core.js'}
%script{:type => 'text/javascript', :src => 'lib/jetsync.js'}
%script{:type => 'text/javascript', :src => 'src/selection.js'}
%script{:type => 'text/javascript', :src => 'src/document.js'}
%script{:type => 'text/javascript', :src => 'src/editor.js'}
Expand Down
Loading

0 comments on commit a68589c

Please sign in to comment.