Skip to content

Commit

Permalink
Update to curl 0.7.4, use data-curl-run
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jun 25, 2013
1 parent 94aaaae commit 24834fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/main.js
@@ -1,7 +1,7 @@
define({

root: { $ref: 'dom!contactsApp' },

theme: { module: 'css!theme/basic.css' },

//
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "cujoJS Contacts sample app",
"version": "0.2.3",
"dependencies": {
"curl": "~0.7",
"curl": "~0.7.4",
"wire": "~0.10",
"cola": "~0.1",
"when": "~2",
Expand Down
3 changes: 1 addition & 2 deletions index.html
Expand Up @@ -12,8 +12,7 @@

<style type="text/css">html.loading { opacity: 0; }</style>

<script src="lib/curl/src/curl.js"></script>
<script src="app/run.js"></script>
<script data-curl-run="app/run.js" src="lib/curl/src/curl.js"></script>
</head>
<body>

Expand Down

0 comments on commit 24834fb

Please sign in to comment.