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

Prevent global leakage of 'use strict' directive

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