提交 db288cf6 编写于 作者: C Codename H

Merge pull request #47 from allmobilize/codename-h

remove console.log in Tabs plugin
......@@ -66,9 +66,7 @@ define(function(require, exports, module) {
href = $nav.attr('href'),
regexHash = /^#.+$/,
$target = regexHash.test(href) && this.$content.find(href) || this.$tabPanels.eq($navs.index($nav));
console.log($target);
var previous = $tabNav.find('.am-active a')[0],
e = $.Event('open:tabs:amui', {
relatedTarget: previous
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册