Skip to content

Commit 6917725

Browse files
committed
new line at end of files
1 parent 042f42f commit 6917725

File tree

304 files changed

+304
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+304
-304
lines changed

Ajax/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ public function htmlPagination($identifier,$from=1,$to=1,$active=NULL,$countVisi
251251
public function htmlGridSystem($identifier,$numRows=1,$numCols=NULL){
252252
return $this->addHtmlComponent(new HtmlGridSystem($identifier,$numRows,$numCols));
253253
}
254-
}
254+
}

Ajax/Semantic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function setLanguage($language){
3131
}
3232
}
3333
}
34-
}
34+
}

Ajax/bootstrap/components/Dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public function onHide($jsCode) {
5656
public function onHidden($jsCode) {
5757
return $this->addEvent("hidden.bs.dropdown", $jsCode);
5858
}
59-
}
59+
}

Ajax/bootstrap/components/Modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ public function onHidden($jsCode) {
110110
public function onLoaded($jsCode) {
111111
return $this->addEvent("loaded.bs.modal", $jsCode);
112112
}
113-
}
113+
}

Ajax/bootstrap/components/Popover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ public function __construct(JsUtils $js) {
1616
parent::__construct($js);
1717
$this->uiName="popover";
1818
}
19-
}
19+
}

Ajax/bootstrap/components/Scrollspy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public function setTarget($target) {
3232
public function onActivate($jsCode) {
3333
$this->addEvent("activate.bs.scrollspy", $jsCode);
3434
}
35-
}
35+
}

Ajax/bootstrap/components/Splitbutton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ protected function compileEvents() {
1717
}
1818
}
1919
}
20-
}
20+
}

Ajax/bootstrap/components/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ public function onHide($jsCode) {
7171
public function onHidden($jsCode) {
7272
return $this->addEvent("hidden.bs.tab", $jsCode);
7373
}
74-
}
74+
}

Ajax/bootstrap/components/Tabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ public function onHidden($index, $jsCode) {
9292
if (isset($tab))
9393
return $tab->onShow($jsCode);
9494
}
95-
}
95+
}

Ajax/bootstrap/components/Tooltip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ public function onHide($jsCode) {
155155
public function onHidden($jsCode) {
156156
return $this->addEvent("hidden.bs.".$this->uiName, $jsCode);
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)