Skip to content

Instantly share code, notes, and snippets.

View msbrime's full-sized avatar
Will code for coffee

Salis Braimah msbrime

Will code for coffee
View GitHub Profile
@msbrime
msbrime / bootstrap_modal_adapter.js
Last active November 2, 2016 09:03
A modal implementation with an adapter for Bootstrap
var Modal = (function () {
var adapter;
function init(modalAdapter) {
adapter = modalAdapter;
return {