[MediaWiki-commits] [Gerrit] Remove trailing commas - change (mediawiki...CodeEditor)

2014-01-09 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove trailing commas
..


Remove trailing commas

Also submitted upstream as:
https://github.com/ajaxorg/ace/pull/1742

Change-Id: Ia71b4e35a7168ea4c437ae728de71e5b0fe03bbe
---
M modules/ace/ext-settings_menu.js
M modules/ace/ext-themelist.js
M modules/ace/mode-sjs.js
3 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ace/ext-settings_menu.js b/modules/ace/ext-settings_menu.js
index 2da280c..1983df3 100644
--- a/modules/ace/ext-settings_menu.js
+++ b/modules/ace/ext-settings_menu.js
@@ -469,7 +469,7 @@
 [Tomorrow Night Bright,tomorrow_night_bright   ,  dark],
 [Tomorrow Night 80s   ,tomorrow_night_eighties ,  dark],
 [Twilight ,twilight,  dark],
-[Vibrant Ink  ,vibrant_ink ,  dark],
+[Vibrant Ink  ,vibrant_ink ,  dark]
 ]
 
 
@@ -628,4 +628,4 @@
 editor.blur();
 };
 
-});
\ No newline at end of file
+});
diff --git a/modules/ace/ext-themelist.js b/modules/ace/ext-themelist.js
index bcddd47..29c591d 100644
--- a/modules/ace/ext-themelist.js
+++ b/modules/ace/ext-themelist.js
@@ -65,7 +65,7 @@
 [Tomorrow Night Bright,tomorrow_night_bright   ,  dark],
 [Tomorrow Night 80s   ,tomorrow_night_eighties ,  dark],
 [Twilight ,twilight,  dark],
-[Vibrant Ink  ,vibrant_ink ,  dark],
+[Vibrant Ink  ,vibrant_ink ,  dark]
 ]
 
 
diff --git a/modules/ace/mode-sjs.js b/modules/ace/mode-sjs.js
index aa36930..85ee809 100644
--- a/modules/ace/mode-sjs.js
+++ b/modules/ace/mode-sjs.js
@@ -1118,7 +1118,7 @@
 token: paren.lparen,
 regex: '{',
 next: string_interp
-}),
+})
 ].concat(embeddableRules);
 this.$rules.bstring_interp_single = [
 {

-- 
To view, visit https://gerrit.wikimedia.org/r/104717
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia71b4e35a7168ea4c437ae728de71e5b0fe03bbe
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CodeEditor
Gerrit-Branch: master
Gerrit-Owner: TheDJ hartman.w...@gmail.com
Gerrit-Reviewer: Bartosz Dziewoński matma@gmail.com
Gerrit-Reviewer: Mattflaschen mflasc...@wikimedia.org
Gerrit-Reviewer: Siebrand siebr...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Remove trailing commas - change (mediawiki...CodeEditor)

2013-12-31 Thread TheDJ (Code Review)
TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/104717


Change subject: Remove trailing commas
..

Remove trailing commas

Also submitted upstream as:
https://github.com/ajaxorg/ace/pull/1742

Change-Id: Ia71b4e35a7168ea4c437ae728de71e5b0fe03bbe
---
M modules/ace/ext-settings_menu.js
M modules/ace/ext-themelist.js
M modules/ace/mode-sjs.js
3 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CodeEditor 
refs/changes/17/104717/1

diff --git a/modules/ace/ext-settings_menu.js b/modules/ace/ext-settings_menu.js
index 2da280c..1983df3 100644
--- a/modules/ace/ext-settings_menu.js
+++ b/modules/ace/ext-settings_menu.js
@@ -469,7 +469,7 @@
 [Tomorrow Night Bright,tomorrow_night_bright   ,  dark],
 [Tomorrow Night 80s   ,tomorrow_night_eighties ,  dark],
 [Twilight ,twilight,  dark],
-[Vibrant Ink  ,vibrant_ink ,  dark],
+[Vibrant Ink  ,vibrant_ink ,  dark]
 ]
 
 
@@ -628,4 +628,4 @@
 editor.blur();
 };
 
-});
\ No newline at end of file
+});
diff --git a/modules/ace/ext-themelist.js b/modules/ace/ext-themelist.js
index bcddd47..29c591d 100644
--- a/modules/ace/ext-themelist.js
+++ b/modules/ace/ext-themelist.js
@@ -65,7 +65,7 @@
 [Tomorrow Night Bright,tomorrow_night_bright   ,  dark],
 [Tomorrow Night 80s   ,tomorrow_night_eighties ,  dark],
 [Twilight ,twilight,  dark],
-[Vibrant Ink  ,vibrant_ink ,  dark],
+[Vibrant Ink  ,vibrant_ink ,  dark]
 ]
 
 
diff --git a/modules/ace/mode-sjs.js b/modules/ace/mode-sjs.js
index aa36930..85ee809 100644
--- a/modules/ace/mode-sjs.js
+++ b/modules/ace/mode-sjs.js
@@ -1118,7 +1118,7 @@
 token: paren.lparen,
 regex: '{',
 next: string_interp
-}),
+})
 ].concat(embeddableRules);
 this.$rules.bstring_interp_single = [
 {

-- 
To view, visit https://gerrit.wikimedia.org/r/104717
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia71b4e35a7168ea4c437ae728de71e5b0fe03bbe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CodeEditor
Gerrit-Branch: master
Gerrit-Owner: TheDJ hartman.w...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits