From c482110f0b47342e9931f90d2b345c09f309ab77 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 4 Dec 2013 23:43:36 +0800 Subject: [PATCH] Mising semicolons --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 76b7ffb..ffaec38 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@ h1{ }, start: function(){ life.loadConfig(function(config){ - life.config = life.utils.extend(life.config, config) + life.config = life.utils.extend(life.config, config); if (life.config.customStylesheetURL) life.injectStylesheet(life.config.customStylesheetURL); life.fetch(function(response){ @@ -288,7 +288,7 @@ h1{ }); life.$el.innerHTML = html; } - } + }; life.start(); })();