Commit 418c930a authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #848 from Munter/thorax-strict

Thorax: Prevent global leakage of 'use strict' directive
parents 5d060c01 38abc5ff
/*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