Skip to content

Commit

Permalink
simplify steal call
Browse files Browse the repository at this point in the history
  • Loading branch information
polgfred committed Sep 19, 2011
1 parent 4878426 commit 082af1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions todo/todo.js
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
// Load what we need // Load what we need
steal('jquery/model/list', steal('jquery/model/list',
'jquery/controller', 'jquery/controller',
'jquery/view/ejs', 'jquery/view/ejs',
'jquery/lang/json') 'jquery/lang/json',
.then('./todo.css') './todo.css',
.then(function($){ function($){


/** /**
* A todo model for CRUDing todos. * A todo model for CRUDing todos.
Expand Down

0 comments on commit 082af1a

Please sign in to comment.