mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-13 17:08:03 -05:00
The updated docco puts these annotated sources in a different place. Rather than forcing them back in the old place, it seems easiest to just go with the flow.
14 lines
336 B
HTML
14 lines
336 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>This annotated source has moved to <a href="examples/todos/todos.html">examples/todos/todos.html</a>. You will be automatically redirected in two seconds.</p>
|
|
<script>
|
|
setTimeout(function() {
|
|
location = 'examples/todos/todos.html';
|
|
}, 2000);
|
|
</script>
|
|
</body>
|
|
</html>
|