Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Fixed #699. Renamed variable to args from arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
YePpHa committed Jul 17, 2014
1 parent 732b1b1 commit 2273fcc
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions devbuild.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Fri Jul 18 01:14:05 CEST 2014
build.number=353
#Fri Jul 18 01:45:21 CEST 2014
build.number=354
Binary file modified dist/YouTubeCenter-webstore.zip
Binary file not shown.
Binary file modified dist/YouTubeCenter.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/YouTubeCenter.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name YouTube Center Developer Build
// @namespace http://www.facebook.com/YouTubeCenter
// @version 353
// @version 354
// @author Jeppe Rune Mortensen (YePpHa)
// @description YouTube Center contains all kind of different useful functions which makes your visit on YouTube much more entertaining.
// @icon https://raw.github.com/YePpHa/YouTubeCenter/master/assets/logo-48x48.png
Expand Down
Binary file modified dist/YouTubeCenter.mxaddon
Binary file not shown.
Binary file modified dist/YouTubeCenter.oex
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/YouTubeCenter.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>353</string>
<string>354</string>
<key>CFBundleVersion</key>
<string>116</string>
<key>Chrome</key>
Expand Down
6 changes: 3 additions & 3 deletions dist/YouTubeCenter.safariextension/YouTubeCenter.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/YouTubeCenter.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/YouTubeCenter.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/chrome-update.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="bcegdpionpopahcglnfiiioapcclamdj">
<updatecheck codebase="https://raw.github.com/YePpHa/YouTubeCenter/master/dist/YouTubeCenter.crx" version="353" />
<updatecheck codebase="https://raw.github.com/YePpHa/YouTubeCenter/master/dist/YouTubeCenter.crx" version="354" />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion dist/firefox-update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>353</em:version>
<em:version>354</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
Expand Down
2 changes: 1 addition & 1 deletion src/YouTubeCenter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -11784,7 +11784,7 @@
ytcenter.settings['signatureDecipher'] = [];

for (var i = 0, len = uniqueMethods.length; i < len; i++) {
var arguments = regexMethod[i*2 + 1];
var args = regexMethod[i*2 + 1];
var func = regexMethod[i*2 + 2];
ytcenter.settings['signatureDecipher'].push({ func: "function", name: uniqueMethods[i], value: func });
}
Expand Down

0 comments on commit 2273fcc

Please sign in to comment.