Demonstration release of the principles underpinning krsd.
[krsd] / demo / todo / assets / base.js
1 (function( window ) {
2         'use strict';
3
4         if ( location.hostname === 'todomvc.com' ) {
5                 var _gaq=[['_setAccount','UA-31081062-1'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'));
6         }
7 })( window );