forked from 0x2620/oxjs
fix semicolons
This commit is contained in:
parent
4fbfc139b4
commit
1b90cc6ac8
12 changed files with 38 additions and 38 deletions
|
|
@ -398,7 +398,7 @@ Ox.parseUserAgent = function(userAgent) {
|
|||
['BSD', 'Linux', 'Unix'].indexOf(name) > -1
|
||||
? '(' + version + ')'
|
||||
: version
|
||||
)
|
||||
);
|
||||
}
|
||||
userAgentData[key] = {
|
||||
name: names[name] || name,
|
||||
|
|
@ -597,7 +597,7 @@ Ox.words = function(string) {
|
|||
return array.filter(function(v, i) {
|
||||
return i % 2 == !startsWithWord;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
/*@
|
||||
Ox.wordwrap <f> Wrap a string at word boundaries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue