Skip to content

Commit

Permalink
Remove dependence from underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoazhen committed Nov 19, 2012
1 parent 4d2dde7 commit 6ad676f
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 179 deletions.
4 changes: 2 additions & 2 deletions example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ <h1>Results in the console</h1>
});
console.log(1);
this.once('t12', function(){
console.log('Step 1-2' +a +b+c); // Run once every time go to this step
console.log('Step 1-2 param:' +a +b+c); // Run once every time go to this step
});
}
,function(e,f,g){
console.log(2);
this.once('t22',function(){
console.log('Step 2-1'+e+f+g);
console.log('Step 2-1 param:'+e+f+g);
});
}
,function(){
Expand Down
Loading

0 comments on commit 6ad676f

Please sign in to comment.