[extensions-web] Don't rely on automatic semicolon insertion
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Don't rely on automatic semicolon insertion
- Date: Sun, 18 Dec 2011 00:51:14 +0000 (UTC)
commit 130a4b04dadefd238553c26c2d08916ff0c8b1f9
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sat Dec 17 16:42:21 2011 -0500
Don't rely on automatic semicolon insertion
sweettooth/static/js/paginator.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/paginator.js b/sweettooth/static/js/paginator.js
index cbd6a54..2b710eb 100644
--- a/sweettooth/static/js/paginator.js
+++ b/sweettooth/static/js/paginator.js
@@ -1,4 +1,4 @@
-"use strict"
+"use strict";
define(['jquery', 'jquery.hashchange'], function($) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]