Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
3a33d6f9
Commit
3a33d6f9
authored
Oct 23, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linting errors
parent
c684105f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1014 additions
and
1018 deletions
+1014
-1018
dist/converse.js
dist/converse.js
+13
-16
src/headless/3rdparty/lodash.fp.js
src/headless/3rdparty/lodash.fp.js
+1001
-1002
No files found.
dist/converse.js
View file @
3a33d6f9
...
...
@@ -70089,6 +70089,7 @@ if (true) {
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
/*global module, exports, _ */
(function webpackUniversalModuleDefinition(root, factory) {
if (true) module.exports = factory();else {}
})(this, function () {
...
...
@@ -70178,11 +70179,7 @@ if (true) {
return __webpack_require__(0);
/******/
}(
/************************************************************************/
/******/
[
}([
/* 0 */
/***/
...
...
@@ -70205,7 +70202,7 @@ if (true) {
if (typeof _ == 'function' && typeof _.runInContext == 'function') {
// XXX: Customization in order to be able to run both _ and fp in the
// non-AMD usecase.
fp = browserConvert(_.runInContext());
window.
fp = browserConvert(_.runInContext());
}
module.exports = browserConvert;
...
...
@@ -70382,7 +70379,7 @@ if (true) {
name = undefined;
}
if (func == null) {
if (func ==
=
null) {
throw new TypeError();
}
...
...
@@ -70588,11 +70585,11 @@ if (true) {
result = clone(Object(object)),
nested = result;
while (nested != null && ++index < length) {
while (nested !=
=
null && ++index < length) {
var key = path[index],
value = nested[key];
if (value != null) {
if (value !=
=
null) {
nested[path[index]] = clone(index == lastIndex ? value : Object(value));
}
...
...
@@ -71081,6 +71078,7 @@ if (true) {
result = {};
for (var key in object) {
if (Object.prototype.hasOwnProperty.call(object, key)) {
var value = object[key];
if (hasOwnProperty.call(result, value)) {
...
...
@@ -71089,6 +71087,7 @@ if (true) {
result[value] = [key];
}
}
}
return result;
}();
...
...
@@ -71191,8 +71190,6 @@ if (true) {
);
});
;
/***/ }),
/***/ "./src/headless/backbone.noconflict.js":
src/headless/3rdparty/lodash.fp.js
View file @
3a33d6f9
/*global module, exports, _ */
(
function
webpackUniversalModuleDefinition
(
root
,
factory
)
{
if
(
typeof
exports
===
'
object
'
&&
typeof
module
===
'
object
'
)
module
.
exports
=
factory
();
...
...
@@ -48,9 +50,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/
// Load entry module and return exports
/******/
return
__webpack_require__
(
0
);
/******/
})
/************************************************************************/
/******/
([
/******/
})([
/* 0 */
/***/
function
(
module
,
exports
,
__webpack_require__
)
{
...
...
@@ -71,7 +71,7 @@ return /******/ (function(modules) { // webpackBootstrap
if
(
typeof
_
==
'
function
'
&&
typeof
_
.
runInContext
==
'
function
'
)
{
// XXX: Customization in order to be able to run both _ and fp in the
// non-AMD usecase.
fp
=
browserConvert
(
_
.
runInContext
());
window
.
fp
=
browserConvert
(
_
.
runInContext
());
}
module
.
exports
=
browserConvert
;
...
...
@@ -227,8 +227,8 @@ return /******/ (function(modules) { // webpackBootstrap
func
=
name
;
name
=
undefined
;
}
if
(
func
==
null
)
{
throw
new
TypeError
;
if
(
func
=
==
null
)
{
throw
new
TypeError
()
;
}
options
||
(
options
=
{});
...
...
@@ -433,11 +433,11 @@ return /******/ (function(modules) { // webpackBootstrap
result
=
clone
(
Object
(
object
)),
nested
=
result
;
while
(
nested
!
=
null
&&
++
index
<
length
)
{
while
(
nested
!=
=
null
&&
++
index
<
length
)
{
var
key
=
path
[
index
],
value
=
nested
[
key
];
if
(
value
!
=
null
)
{
if
(
value
!=
=
null
)
{
nested
[
path
[
index
]]
=
clone
(
index
==
lastIndex
?
value
:
Object
(
value
));
}
nested
=
nested
[
key
];
...
...
@@ -934,6 +934,7 @@ return /******/ (function(modules) { // webpackBootstrap
result
=
{};
for
(
var
key
in
object
)
{
if
(
Object
.
prototype
.
hasOwnProperty
.
call
(
object
,
key
))
{
var
value
=
object
[
key
];
if
(
hasOwnProperty
.
call
(
result
,
value
))
{
result
[
value
].
push
(
key
);
...
...
@@ -941,6 +942,7 @@ return /******/ (function(modules) { // webpackBootstrap
result
[
value
]
=
[
key
];
}
}
}
return
result
;
}());
...
...
@@ -1034,9 +1036,6 @@ return /******/ (function(modules) { // webpackBootstrap
* @type {Object}
*/
module
.
exports
=
{};
/***/
}
/******/
])
});
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment