2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00
This commit is contained in:
Mark Otto
2015-06-18 15:48:54 -07:00
parent e615ae053c
commit b39ce7d6c0
30 changed files with 558 additions and 558 deletions
+9 -9
View File
@@ -140,14 +140,6 @@
$(element).detach().trigger(Event.CLOSED).remove();
}
}], [{
key: 'VERSION',
// getters
get: function () {
return VERSION;
}
}, {
key: '_jQueryInterface',
// static
@@ -178,6 +170,14 @@
alertInstance.close(this);
};
}
}, {
key: 'VERSION',
// getters
get: function () {
return VERSION;
}
}]);
return Alert;
@@ -208,4 +208,4 @@
})(jQuery);
module.exports = Alert;
});
});