~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/requirejs/tests/depoverlap.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: Dependency Overlap 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="depoverlap" src="../require.js"></script>
 
8
</head>
 
9
<body>
 
10
    <h1>require.js: Dependency Overlap Test</h1>
 
11
    <p>uno requires dos and tres, but tres also requires dos. Make sure
 
12
    dos is only added once, and that all are defined correctly.</p>
 
13
    <p>Check console for messages</p>
 
14
</body>
 
15
</html>