Add JSCS rules and clean code.

This commit is contained in:
Lars Jung 2015-04-12 23:23:05 +02:00
parent 1623d0f60a
commit f0912f9e9d
26 changed files with 290 additions and 103 deletions

View file

@ -16,7 +16,8 @@ modulejs.define('ext/google-analytics-ua', ['_', 'core/settings', 'core/event'],
return;
}
var el, firstScriptElement;
var el;
var firstScriptElement;
win.GoogleAnalyticsObject = id;
win[id] = win[id] || function () {