添加dropdown检测

This commit is contained in:
hongweipeng 2016-09-06 14:43:35 +08:00
parent 7ef7a06662
commit e3f5acabd5

View File

@ -10,6 +10,9 @@
+function ($) {
'use strict';
if (typeof $.fn.dropdown !== 'undefined')
return
// DROPDOWN CLASS DEFINITION
// =========================