Commit 38abc5ff authored by Peter Müller's avatar Peter Müller

Prevent global leakage of 'use strict' directive

parent 193752e8
/*global Thorax, _*/ /*global Thorax, _*/
'use strict'; (function () {
'use strict';
Thorax.View.extend({ Thorax.View.extend({
name: 'stats', name: 'stats',
events: { events: {
...@@ -50,4 +51,5 @@ Thorax.View.extend({ ...@@ -50,4 +51,5 @@ Thorax.View.extend({
.filter('[href="#/' + (window.app.TodoFilter || '') + '"]') .filter('[href="#/' + (window.app.TodoFilter || '') + '"]')
.addClass('selected'); .addClass('selected');
} }
}); });
})();
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