/*! jQuery Tree - v0.1.0 - 2013-06-03 * https://github.com/VicWei/jquery-tree * Copyright (c) 2013 VicWei; Licensed MIT */ (function(t){var e=t.tree=function(n,o){this.el=t(n),this.options=t.extend(!0,{},e.defaults,o),this.namespace=this.options.namespace};e.defaults={namespace:"tree",withIcon:!1,autoOpen:!1},e.prototype={constructor:e}})(jQuery);