Skip to content

Commit e3d3c3e

Browse files
committed
move readme to pages
1 parent 77367cd commit e3d3c3e

File tree

7 files changed

+105
-0
lines changed

7 files changed

+105
-0
lines changed

demo/path-adapters.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,20 @@
104104
});
105105
</script>
106106

107+
108+
<script type="text/javascript">
109+
110+
var _gaq = _gaq || [];
111+
_gaq.push(['_setAccount', 'UA-34780028-1']);
112+
_gaq.push(['_trackPageview']);
113+
114+
(function() {
115+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
116+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
117+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
118+
})();
119+
120+
</script>
121+
107122
</body>
108123
</html>

demo/path-adding.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,20 @@
7777
});
7878
</script>
7979

80+
81+
<script type="text/javascript">
82+
83+
var _gaq = _gaq || [];
84+
_gaq.push(['_setAccount', 'UA-34780028-1']);
85+
_gaq.push(['_trackPageview']);
86+
87+
(function() {
88+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
89+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
90+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
91+
})();
92+
93+
</script>
94+
8095
</body>
8196
</html>

demo/path-animate.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,20 @@
116116
});
117117
</script>
118118

119+
120+
<script type="text/javascript">
121+
122+
var _gaq = _gaq || [];
123+
_gaq.push(['_setAccount', 'UA-34780028-1']);
124+
_gaq.push(['_trackPageview']);
125+
126+
(function() {
127+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
128+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
129+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
130+
})();
131+
132+
</script>
133+
119134
</body>
120135
</html>

demo/path-generators.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,5 +600,20 @@ <h3>Path Generator Demo</h3>
600600
});
601601
</script>
602602

603+
604+
<script type="text/javascript">
605+
606+
var _gaq = _gaq || [];
607+
_gaq.push(['_setAccount', 'UA-34780028-1']);
608+
_gaq.push(['_trackPageview']);
609+
610+
(function() {
611+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
612+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
613+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
614+
})();
615+
616+
</script>
617+
603618
</body>
604619
</html>

demo/path-transforms.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,20 @@ <h3>Path Transforms Demo</h3>
261261
});
262262
</script>
263263

264+
265+
<script type="text/javascript">
266+
267+
var _gaq = _gaq || [];
268+
_gaq.push(['_setAccount', 'UA-34780028-1']);
269+
_gaq.push(['_trackPageview']);
270+
271+
(function() {
272+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
273+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
274+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
275+
})();
276+
277+
</script>
278+
264279
</body>
265280
</html>

demo/path-wrap.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,20 @@
139139
});
140140
</script>
141141

142+
143+
<script type="text/javascript">
144+
145+
var _gaq = _gaq || [];
146+
_gaq.push(['_setAccount', 'UA-34780028-1']);
147+
_gaq.push(['_trackPageview']);
148+
149+
(function() {
150+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
151+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
152+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
153+
})();
154+
155+
</script>
156+
142157
</body>
143158
</html>

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,20 @@ <h1>PathJS Demo Index</h1>
4242
</li>
4343
</ul>
4444

45+
46+
<script type="text/javascript">
47+
48+
var _gaq = _gaq || [];
49+
_gaq.push(['_setAccount', 'UA-34780028-1']);
50+
_gaq.push(['_trackPageview']);
51+
52+
(function() {
53+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
54+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
55+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
56+
})();
57+
58+
</script>
59+
4560
</body>
4661
</html>

0 commit comments

Comments
 (0)