Skip to content

Commit

Permalink
changed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hetsch committed Mar 9, 2012
1 parent bfff442 commit 0869fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function($, _, Backbone) {
if (JST[path]) {
if (_.isFunction(done)) {
done(JST[path]);
}
}

return def.resolve(JST[path]);
}
Expand All @@ -33,8 +33,8 @@ function($, _, Backbone) {

// Set the global JST cache and return the template
if (_.isFunction(done)) {
done(JST[path]);
}
done(JST[path]);
}

// Resolve the template deferred
def.resolve(JST[path]);
Expand Down

0 comments on commit 0869fd6

Please sign in to comment.