Skip to content

Commit

Permalink
- Using doble quotes around loadSource parameter instead of simple qu…
Browse files Browse the repository at this point in the history
…otes
  • Loading branch information
Manuel Mujica committed Feb 28, 2012
1 parent 23d2563 commit 147daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dust_assets/tilt_dust.rb
Expand Up @@ -11,7 +11,7 @@ def evaluate(scope, locals, &block)
compiled = Dust.precompile(data, template_name)
<<-TEMPLATE
(function(ctx, callback) {
dust.loadSource('#{compiled}');
dust.loadSource("#{compiled}");
dust.render('#{template_name}', ctx, callback);
})
TEMPLATE
Expand Down

0 comments on commit 147daa8

Please sign in to comment.