Skip to content

Commit

Permalink
modify example:hello, create 5 minutes quick start doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fool2fish committed Sep 24, 2012
1 parent b3970d1 commit 24a4c0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added docs/examples/hello.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/examples/hello/main.js
@@ -0,0 +1,9 @@
seajs.config({
alias: {
'jquery': 'http://modules.seajs.org/jquery/1.7.2/jquery.js'
}
});

seajs.use(['./hello'], function(Hello) {
new Hello()
});

0 comments on commit 24a4c0d

Please sign in to comment.