Commit 06f50374 authored by Sindre Sorhus's avatar Sindre Sorhus

Include 'use strict' in the app.js in the template

parent 9edc5bbf
(function() {
(function( window ) {
'use strict';
// Your starting point. Enjoy the ride!
// Your starting point. Enjoy the ride!
})();
\ No newline at end of file
})( window );
\ No newline at end of file
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