[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 $(function () { 2 3 module("bootstrap-transition") 4 5 test("should be defined on jquery support object", function () { 6 ok($.support.transition != undefined, 'transition object is defined') 7 }) 8 9 test("should provide an end object", function () { 10 ok($.support.transition ? $.support.transition.end : true, 'end string is defined') 11 }) 12 13 })
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |