Skip to content

Instantly share code, notes, and snippets.

@qcgm1978
Created November 30, 2013 17:24
Show Gist options
  • Save qcgm1978/7721835 to your computer and use it in GitHub Desktop.
Save qcgm1978/7721835 to your computer and use it in GitHub Desktop.
test( "hello test", ->
ok Polymer instanceof Function
);
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="my first jsbin demo" />
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20131010/polymer.min.js"></script>
<link href="http://code.jquery.com/qunit/qunit-git.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/qunit/qunit-git.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment