Commit 6e77c9d1 authored by Jacob Thornton's avatar Jacob Thornton

add semicolons to the end of js files

parent 5b4a29d8
...@@ -88,4 +88,4 @@ ...@@ -88,4 +88,4 @@
$('body').on('click.alert.data-api', dismiss, Alert.prototype.close) $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -95,4 +95,4 @@ ...@@ -95,4 +95,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -151,4 +151,4 @@ ...@@ -151,4 +151,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -133,4 +133,4 @@ ...@@ -133,4 +133,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -89,4 +89,4 @@ ...@@ -89,4 +89,4 @@
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle) $('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -207,4 +207,4 @@ ...@@ -207,4 +207,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -92,4 +92,4 @@ ...@@ -92,4 +92,4 @@
, 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>' , 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>'
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -122,4 +122,4 @@ ...@@ -122,4 +122,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -127,4 +127,4 @@ ...@@ -127,4 +127,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -267,4 +267,4 @@ ...@@ -267,4 +267,4 @@
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
} }
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -47,5 +47,5 @@ ...@@ -47,5 +47,5 @@
})() })()
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -268,4 +268,4 @@ ...@@ -268,4 +268,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -88,4 +88,4 @@ ...@@ -88,4 +88,4 @@
$('body').on('click.alert.data-api', dismiss, Alert.prototype.close) $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -95,4 +95,4 @@ ...@@ -95,4 +95,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -151,4 +151,4 @@ ...@@ -151,4 +151,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -133,4 +133,4 @@ ...@@ -133,4 +133,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -89,4 +89,4 @@ ...@@ -89,4 +89,4 @@
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle) $('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -207,4 +207,4 @@ ...@@ -207,4 +207,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -92,4 +92,4 @@ ...@@ -92,4 +92,4 @@
, 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>' , 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>'
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -122,4 +122,4 @@ ...@@ -122,4 +122,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -127,4 +127,4 @@ ...@@ -127,4 +127,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -267,4 +267,4 @@ ...@@ -267,4 +267,4 @@
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>' , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
} }
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -47,5 +47,5 @@ ...@@ -47,5 +47,5 @@
})() })()
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
...@@ -268,4 +268,4 @@ ...@@ -268,4 +268,4 @@
}) })
}) })
}( window.jQuery ) }( window.jQuery );
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment