diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-07 09:47:17 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-07 09:47:17 +0000 |
commit | 4c02cd953f5a9788d9f4595d26319b9d882d97aa (patch) | |
tree | c02616b53643fbabd4abcfb8388434a78090a31f /www/js/views/home.js | |
parent | 907c33498346aaba7efe4f8b549af26f49366832 (diff) |
remove unnecessary semi-colons that jslint objects to
Diffstat (limited to 'www/js/views/home.js')
-rw-r--r-- | www/js/views/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/views/home.js b/www/js/views/home.js index 7dabd77..28873f8 100644 --- a/www/js/views/home.js +++ b/www/js/views/home.js @@ -1,4 +1,4 @@ -;(function (FMS, Backbone, _, $) { +(function (FMS, Backbone, _, $) { _.extend( FMS, { HomeView: FMS.FMSView.extend({ template: 'home', |