Skip to content

Commit 6e77c9d

Browse files
committed
add semicolons to the end of js files
1 parent 5b4a29d commit 6e77c9d

25 files changed

+26
-26
lines changed

docs/assets/bootstrap.zip

-3 Bytes
Binary file not shown.

docs/assets/js/bootstrap-alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
$('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
8989
})
9090

91-
}( window.jQuery )
91+
}( window.jQuery );

docs/assets/js/bootstrap-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
})
9696
})
9797

98-
}( window.jQuery )
98+
}( window.jQuery );

docs/assets/js/bootstrap-carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@
151151
})
152152
})
153153

154-
}( window.jQuery )
154+
}( window.jQuery );

docs/assets/js/bootstrap-collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@
133133
})
134134
})
135135

136-
}( window.jQuery )
136+
}( window.jQuery );

docs/assets/js/bootstrap-dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
9090
})
9191

92-
}( window.jQuery )
92+
}( window.jQuery );

docs/assets/js/bootstrap-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@
207207
})
208208
})
209209

210-
}( window.jQuery )
210+
}( window.jQuery );

docs/assets/js/bootstrap-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@
9292
, template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
9393
})
9494

95-
}( window.jQuery )
95+
}( window.jQuery );

docs/assets/js/bootstrap-scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@
122122
})
123123
})
124124

125-
}( window.jQuery )
125+
}( window.jQuery );

docs/assets/js/bootstrap-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@
127127
})
128128
})
129129

130-
}( window.jQuery )
130+
}( window.jQuery );

docs/assets/js/bootstrap-tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@
267267
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
268268
}
269269

270-
}( window.jQuery )
270+
}( window.jQuery );

docs/assets/js/bootstrap-transition.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
})()
4848

4949
})
50-
51-
}( window.jQuery )
50+
51+
}( window.jQuery );

docs/assets/js/bootstrap-typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@
268268
})
269269
})
270270

271-
}( window.jQuery )
271+
}( window.jQuery );

js/bootstrap-alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
$('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
8989
})
9090

91-
}( window.jQuery )
91+
}( window.jQuery );

js/bootstrap-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
})
9696
})
9797

98-
}( window.jQuery )
98+
}( window.jQuery );

js/bootstrap-carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@
151151
})
152152
})
153153

154-
}( window.jQuery )
154+
}( window.jQuery );

js/bootstrap-collapse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@
133133
})
134134
})
135135

136-
}( window.jQuery )
136+
}( window.jQuery );

js/bootstrap-dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
9090
})
9191

92-
}( window.jQuery )
92+
}( window.jQuery );

js/bootstrap-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@
207207
})
208208
})
209209

210-
}( window.jQuery )
210+
}( window.jQuery );

js/bootstrap-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@
9292
, template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
9393
})
9494

95-
}( window.jQuery )
95+
}( window.jQuery );

js/bootstrap-scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@
122122
})
123123
})
124124

125-
}( window.jQuery )
125+
}( window.jQuery );

js/bootstrap-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@
127127
})
128128
})
129129

130-
}( window.jQuery )
130+
}( window.jQuery );

js/bootstrap-tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@
267267
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
268268
}
269269

270-
}( window.jQuery )
270+
}( window.jQuery );

js/bootstrap-transition.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
})()
4848

4949
})
50-
51-
}( window.jQuery )
50+
51+
}( window.jQuery );

js/bootstrap-typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@
268268
})
269269
})
270270

271-
}( window.jQuery )
271+
}( window.jQuery );

0 commit comments

Comments
 (0)