Commit 82c03e2a authored by Sindre Sorhus's avatar Sindre Sorhus

base.js - code style

parent e17e9536
(function( window ) {
(function () {
'use strict';
if ( location.hostname === 'todomvc.com' ) {
if (location.hostname === 'todomvc.com') {
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'));
}
})( window );
})();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment