Skip to content

Commit

Permalink
Update for templates in main file
Browse files Browse the repository at this point in the history
  • Loading branch information
powmedia committed May 25, 2012
1 parent 5f9cff7 commit 2391a73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/setup.js
@@ -1,4 +1,6 @@


//SETUP

//Add function shortcuts //Add function shortcuts
Form.setTemplates = Form.helpers.setTemplates; Form.setTemplates = Form.helpers.setTemplates;
Form.setTemplateCompiler = Form.helpers.setTemplateCompiler; Form.setTemplateCompiler = Form.helpers.setTemplateCompiler;
Expand Down
1 change: 0 additions & 1 deletion test/distribution.html
Expand Up @@ -28,7 +28,6 @@
<script src="../distribution/editors/list.min.js"></script> <script src="../distribution/editors/list.min.js"></script>


<!-- TEMPLATES --> <!-- TEMPLATES -->
<script src="../src/templates/default.js"></script>
<link rel="stylesheet" href="../src/templates/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../src/templates/default.css" type="text/css" media="screen" />


<!-- EXTRA EDITORS --> <!-- EXTRA EDITORS -->
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -29,13 +29,13 @@
<script src="../src/field.js"></script> <script src="../src/field.js"></script>
<script src="../src/editors.js"></script> <script src="../src/editors.js"></script>
<script src="../src/setup.js"></script> <script src="../src/setup.js"></script>
<script src="../src/templates.js"></script>


<script>Backbone.Form = Form</script> <script>Backbone.Form = Form</script>


<script src="../src/editors/list.js"></script> <script src="../src/editors/list.js"></script>


<!-- TEMPLATES --> <!-- TEMPLATES -->
<script src="../src/templates/default.js"></script>
<link rel="stylesheet" href="../src/templates/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../src/templates/default.css" type="text/css" media="screen" />


<!-- EXTRA EDITORS --> <!-- EXTRA EDITORS -->
Expand Down

0 comments on commit 2391a73

Please sign in to comment.