branch support-webpack updated (2632b3e -> ac932eb)
This is an automated email from the git hooks/post-receive script. New change to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git from 2632b3e Got rid of obsolete keyIdentifier new ac932eb Changed the order of parameters in the Opera extension of oipfStub The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ac932ebc8fe2b334eafa9dd8862c30803f831975 Author: ttudor <ttudor@gmail.com> Date: Thu May 18 10:06:52 2017 +0200 Changed the order of parameters in the Opera extension of oipfStub Summary of changes: src/extensions/opera/application/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support-webpack in repository oipf-stub. See https://gitlab.nuiton.org/codelutin/oipf-stub.git commit ac932ebc8fe2b334eafa9dd8862c30803f831975 Author: ttudor <ttudor@gmail.com> Date: Thu May 18 10:06:52 2017 +0200 Changed the order of parameters in the Opera extension of oipfStub --- src/extensions/opera/application/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/opera/application/Application.js b/src/extensions/opera/application/Application.js index 4229107..120ac08 100644 --- a/src/extensions/opera/application/Application.js +++ b/src/extensions/opera/application/Application.js @@ -62,7 +62,7 @@ module.exports = function(ctx) { * the Application to be created. This id is required, cannot be null * and cannot be an existing id. */ - createApplicationWithId(uri, createChild, id) { + createApplicationWithId(id, uri, createChild) { let application = super.createApplication(uri, createChild); application.__internal__.id = id; -- To stop receiving notification emails like this one, please contact SCM administrator <admin+scm@forge.codelutin.com>.
participants (1)
-
scm