Alexandre Wilhelm and GitHub
c39adbbbc5
Merge pull request #2652 from bedalton/formatting-add-semi-colons-to-cprtfparser
...
Formatting: add semi-colons to _CPRTFParser.j
2018-04-08 11:26:16 -07:00
Alexandre Wilhelm and GitHub
061a15d4f7
Merge pull request #2658 from bedalton/formatting-remove-redundant-variable-cpsearchfield
...
Formatting: removed redundant variable in CPSearchField.j
2018-04-08 11:25:25 -07:00
Alexandre Wilhelm and GitHub
17ccddf541
Merge pull request #2668 from bedalton/formatting-add-semi-colon-cptheme
...
Formatting: add semi-colon to CPTheme.j
2018-04-08 11:22:59 -07:00
Daniel
fbaf87ec6c
Formatting: add missing semi-colon in CPTheme.j
2018-04-07 17:03:33 -07:00
cacaodev and GitHub
5d3b918339
Merge pull request #2624 from bedalton/formatting-add-semi-colon-cparraycontroller
...
Formatting: add semi-colon CPArrayController
2018-04-07 06:53:38 +02:00
cacaodev and GitHub
eba0091764
Merge pull request #2623 from bedalton/formatting-add-semi-colon-cpapplication
...
Formatting: add semi-colon CPApplication
2018-04-07 06:53:13 +02:00
cacaodev and GitHub
7999cbbea3
Merge pull request #2622 from bedalton/formatting-add-semi-colon-cppopoverwindow
...
Formatting: add semi-colon CPPopoverWindow.j
2018-04-07 06:52:57 +02:00
cacaodev and GitHub
cee7987b35
Merge pull request #2621 from bedalton/formatting-add-semi-colon-cptooltip
...
Formatting: add semi-colon to CPToolTip.j
2018-04-07 06:52:40 +02:00
cacaodev and GitHub
d475c08024
Merge pull request #2620 from bedalton/formatting-add-semi-colon-cpdatepickerclock
...
Formatting: add semi colon CPDatePickerClock.j
2018-04-07 06:52:26 +02:00
cacaodev and GitHub
d78f83ae49
Merge pull request #2619 from bedalton/formatting-move-redeclared-variable-in-cgpath
...
Formatting: remove redeclared variables in CGPath.j
2018-04-07 06:52:12 +02:00
cacaodev and GitHub
df694f01e7
Merge pull request #2618 from bedalton/add-semi-colons-to-cgcontextvml
...
Formatting: add semi-colon to CGContextVML.j
2018-04-07 06:51:55 +02:00
cacaodev and GitHub
f5d9cbb11b
Merge pull request #2615 from bedalton/add-missing-semi-colon-to-cpkeyvaluebinding
...
Formatting : add missing semi-colon to CPKeyValueBinding.j
2018-04-07 06:51:35 +02:00
cacaodev and GitHub
d802588abe
Merge pull request #2617 from bedalton/add-missing-semi-colons-cgcontextcanvas
...
Formatting: Add missing semi-colons to CGContextCanvas.j
2018-04-07 06:51:01 +02:00
daboe01
927d6d2fc6
fixed: backspace did not trigger scrolling properly
2018-04-05 21:36:32 +02:00
daniel
1ea9a6c57f
Formatting: add missing semi-colon to CPWindowController.j
2018-04-04 15:14:06 -07:00
daniel
f479d415d8
Formatting: add missing semi-colon in CPView.j
2018-04-04 15:13:03 -07:00
daniel
f41e7be726
Formatting: add semi-colons to CPToolbar.j
2018-04-04 15:11:52 -07:00
daniel
c1fe28124f
Formatting: add semi-colons to CPTokenField
2018-04-04 15:10:17 -07:00
daniel
01a1e506e4
Formatting: add missing semi-colons to CPTextField.j
2018-04-04 15:08:21 -07:00
daniel
e61aebb55d
Formatting: minor formatting changes for CPTableView.j
...
Added missing semi-colon on line 3763.
Removed the redundant `var` keyword on line 4910
Removed the second redundant variable `CPTableViewHeaderViewKey` which
was declared with the same name and value twice in the same variable
block.
2018-04-04 15:06:00 -07:00
daniel
bae5bafc62
Formatting: add semi-colon to CPTableColumn.j
2018-04-04 14:55:01 -07:00
daniel
6f72edc2d9
Formatting: removed redundant variable in CPSearchField.j
...
Variable `searches` is defined in the method selector, and then
redeclared with the `var` keyword two lines later. Removed the
redundant declaration, moving the variable assignment to its own line.
2018-04-04 14:45:13 -07:00
daniel
29f66bdfed
Formatting: add missing semi-colon to CPScrollView.j
2018-04-04 14:41:53 -07:00
daniel
c1c6f5682c
Formatting: add semi-colons to CPProgressIndicator.j
2018-04-04 14:40:46 -07:00
daniel
a8a74a0246
Formatting: add semi-colons to CPOutlineView.j
2018-04-04 14:37:34 -07:00
daniel
f9b867c3eb
Formatting: Remove semi-colon after method header in CPLevelIndicator
...
On lines 295 and 304, the selector for two method declarations are
followed by a semi-colon. Not sure if this causes problems or not, but
removed anyways.
2018-04-04 14:36:07 -07:00
daniel
573e0acafa
Formatting: add semi-colon to CPImage.j
...
Variable value assignment terminated in comma, despite not being a
variable list. Replaced comma with semi-colon.
2018-04-04 14:25:59 -07:00
daniel
530c664967
Formatting: add semi-colon to CPFont.j
2018-04-04 14:19:26 -07:00
daniel
12c29c8387
Formatting: add missing semi-colons to CPEvent.j
2018-04-04 14:17:42 -07:00
daniel
6c7f61d90f
Formatting: add missing semi-colon to CPColorPicker.j
2018-04-04 14:11:59 -07:00
daniel
eb6d8d0bb3
Formatting: formally declared variable before use in CPColor.j
...
Variable `isVertical` is used throughout the function
`patternColorsFromPattern` in CPColor.j despite never being declared.
In this pull request, the variable is declared formally in the variable
list before its use.
2018-04-04 14:09:28 -07:00
daniel
ef462973c7
Formatting: add semi-colon to CPArrayController.j
2018-04-04 13:33:53 -07:00
daniel
aa7e49cfde
Formatting: add semi-colon to CPApplication.j
2018-04-04 13:32:37 -07:00
daniel
186048676a
Formatting: add semi-colon to _CPTooltip.j
2018-04-04 13:31:19 -07:00
daniel
0f40721cff
Formatting: add semi-colon to _CPPopoverWindow.j
2018-04-04 13:29:40 -07:00
daniel
3799dd92fd
Formatting: fix possible misuse of commas in _CPImageAndTextView.j
2018-04-04 10:50:04 -07:00
daniel
9ea1a2b1de
Formatting: minor formatting updates in CPPlatformWindow+DOM.j
...
Missing semi-colon on line 1425.
Removed redundant `var` modifier on already declared variable on line
947.
Added variable declaration to variable used without declaration on line
970.
Removed redundant `var` modifier on already declared variable
`CPDOMEventGetClickCount` removed var on latter declaration as original
declaration has note stating it is to be declared at top so “so
compressor knows about them.”
2018-04-04 10:46:02 -07:00
daniel
d8b27d122e
Formatting: add semi-colons to CPPlatformPasteboard.j
2018-04-04 09:41:10 -07:00
daniel
15c3a6eae4
Formatting: add missing semi-colons to CPWindow.j
2018-04-04 09:38:43 -07:00
daniel
4fcc90d53e
Formatting: add missing semi-colon to _CPHudWindowView.j
2018-04-04 09:28:31 -07:00
daniel
2619a50976
Formatting: add missing semi-colons to CPTypesetter.j
2018-04-04 09:27:12 -07:00
daniel
de116c95d4
Formatting: add missing semi-colon to CPLayoutManager.j
2018-04-04 09:23:38 -07:00
daniel
47594c9b07
Formatting: add missing coma and semi-colons to CPTextField
2018-04-04 09:10:52 -07:00
daniel
b0306eac87
Formatting: add semi-colon to CPFrontPanel.j
2018-04-04 09:07:06 -07:00
daniel
125e813d25
Formatting: add semi-colons to _CPRTFParser.j
2018-04-04 09:00:36 -07:00
daniel
8e0d4a70f2
Formatting: remove redundant variable in _CPRuleEditorViewSlice.j
2018-04-03 15:04:55 -07:00
daniel
0556fc68b0
Formatting: add missing semi-colons to CPMenuItem.j
2018-04-03 14:59:14 -07:00
daniel
e9e2313159
Formatting: add missing semi-colons to CPDatePicker.j
2018-04-03 14:27:07 -07:00
daniel
dbb2f03a43
Formatting: add semi-colon CPDatePickerTextField.j
2018-04-03 14:18:36 -07:00
daniel
ed0dc2d887
Formatting: add semi-colon to _CPDatePickerClock.j
2018-04-03 12:59:51 -07:00