aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/modal.js
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-10 19:45:38 -0700
committerfat <[email protected]>2015-05-10 19:45:38 -0700
commitca9c850ebbfc880dc5021b451ffc9fa12184ff87 (patch)
tree8db34e73d402c3f71fd2e8c853b7fddf6cee33d6 /js/tests/unit/modal.js
parentbbb97a8660639002e70b1786e595ef9171bfecc6 (diff)
downloadbootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.tar.xz
bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.zip
add getters for Version and Default where applicable
add modal my gawd
Diffstat (limited to 'js/tests/unit/modal.js')
-rw-r--r--js/tests/unit/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js
index 217e4d7f7..6da09e3c6 100644
--- a/js/tests/unit/modal.js
+++ b/js/tests/unit/modal.js
@@ -34,7 +34,7 @@ $(function () {
QUnit.test('should expose defaults var for settings', function (assert) {
assert.expect(1)
- assert.ok($.fn.bootstrapModal.Constructor.DEFAULTS, 'default object exposed')
+ assert.ok($.fn.bootstrapModal.Constructor.Default, 'default object exposed')
})
QUnit.test('should insert into dom when show method is called', function (assert) {