Skip to content

Instantly share code, notes, and snippets.

@sanyalex
sanyalex / gist:1661759
Created January 23, 2012 08:34 — forked from tmc/gist:828553
fixed up backbone example
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Backbone example</title>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="underscore.js"></script>
<script type="text/javascript" src="backbone.js"></script>