Commit fbb04ed6 authored by Ralph Holzmann's avatar Ralph Holzmann

Updating CanJS script references to new cdn.

parent b48b22f5
require({ require({
packages: [{ packages: [{
name: "can/dojo", name: "can/dojo",
location: "http://donejs.com/can/dist/edge/", location: "http://canjs.us/release/latest/",
main: "can.dojo" main: "can.dojo"
}] }]
}, ['can/dojo', }, ['can/dojo',
...@@ -275,4 +275,4 @@ Todo.findAll({}, function(todos) { ...@@ -275,4 +275,4 @@ Todo.findAll({}, function(todos) {
}); });
}); });
}); });
\ No newline at end of file
require({ require({
packages: [{ packages: [{
name: "can/dojo", name: "can/dojo",
location: "http://donejs.com/can/dist/edge/", location: "http://canjs.us/release/latest/",
main: "can.dojo" main: "can.dojo"
}] }]
}, ['can/dojo', }, ['can/dojo',
...@@ -199,4 +199,4 @@ Todo.findAll({}, function(todos) { ...@@ -199,4 +199,4 @@ Todo.findAll({}, function(todos) {
}); });
}); });
}); });
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="jquery.ui.core.js"></script> <script src="jquery.ui.core.js"></script>
<script src="jquery.ui.datepicker.js"></script> <script src="jquery.ui.datepicker.js"></script>
<script src="http://donejs.com/can/dist/edge/can.jquery.js"></script> <script src="http://canjs.us/release/latest/can.jquery.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"></script> <script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="http://donejs.com/can/dist/edge/can.jquery.js"></script> <script src="http://canjs.us/release/latest/can.jquery.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.3/mootools.js"></script>
<script src="mootools-more-event_pseudos-1.4.0.1.js"></script> <script src="mootools-more-event_pseudos-1.4.0.1.js"></script>
<script src="http://donejs.com/can/dist/edge/can.mootools.js"></script> <script src="http://canjs.us/release/latest/can.mootools.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</div> </div>
<div id="calendar"></div> <div id="calendar"></div>
<script src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script> <script src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script>
<script src="http://donejs.com/can/dist/edge/can.yui.js"></script> <script src="http://canjs.us/release/latest/can.yui.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<p>Part of <a href="http://todomvc.com">TodoMVC</a>.</p> <p>Part of <a href="http://todomvc.com">TodoMVC</a>.</p>
</div> </div>
<script src="http://yui.yahooapis.com/3.4.1/build/yui/yui.js"></script> <script src="http://yui.yahooapis.com/3.4.1/build/yui/yui.js"></script>
<script src="http://donejs.com/can/dist/edge/can.yui.js"></script> <script src="http://canjs.us/release/latest/can.yui.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
https://github.com/madrobby/zepto/commit/ab2a3ef0d18beaf768903f0943efd019a29803f0 https://github.com/madrobby/zepto/commit/ab2a3ef0d18beaf768903f0943efd019a29803f0
--> -->
<script src="zepto.0.8-focusblur.js"></script> <script src="zepto.0.8-focusblur.js"></script>
<script src="http://donejs.com/can/dist/edge/can.zepto.js"></script> <script src="http://canjs.us/release/latest/can.zepto.js"></script>
<script src="todo.js"></script> <script src="todo.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment