~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/requirejs/tests/plugins/textDepend/textDepend.html

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<head>
 
4
    <title>require.js: Plugin that has text! Dependency Test</title>
 
5
    <script type="text/javascript" src="../../doh/runner.js"></script>
 
6
    <script type="text/javascript" src="../../doh/_browserRunner.js"></script>
 
7
    <script type="text/javascript" data-main="textDepend-tests.js"  src="../../../require.js"></script>
 
8
</head>
 
9
<body>
 
10
    <h1>require.js: Plugin that has text! Dependency Test</h1>
 
11
    <p>Check console for messages</p>
 
12
</body>
 
13
</html>