Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
small fix to template
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jun 1, 2012
1 parent 30e3db9 commit 5f7f814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* This plugin provides a template loader and compiler.
*/
define(function TemplateModule(compile) {
define(function TemplateModule() {
'use strict';

var FACTORIES = {
Expand Down

0 comments on commit 5f7f814

Please sign in to comment.