vendor/assets/javascripts/kendo/kendo.view.min.js in kendoui-rails-0.1.0 vs vendor/assets/javascripts/kendo/kendo.view.min.js in kendoui-rails-0.1.1
- old
+ new
@@ -1,11 +1,9 @@
/*
-* Kendo UI Web v2013.1.319 (http://kendoui.com)
+* Kendo UI Beta v2013.2.716 (http://kendoui.com)
* Copyright 2013 Telerik AD. All rights reserved.
*
-* Kendo UI Web commercial licenses may be obtained at
-* https://www.kendoui.com/purchase/license-agreement/kendo-ui-web-commercial.aspx
-* If you do not own a commercial license, this file shall be governed by the
-* GNU General Public License (GPL) version 3.
-* For GPL requirements, please review: http://www.gnu.org/copyleft/gpl.html
+* Kendo UI Beta license terms available at
+* http://www.kendoui.com/purchase/license-agreement/kendo-ui-beta.aspx
*/
-("function"==typeof define&&define.amd?define:function(e,n){return n()})(["./kendo.core.min"],function(){(function(e){var n=window.kendo,t=n.Observable,i="SCRIPT",o="init",d="show",r="hide",m=t.extend({init:function(e,n){var i=this;n=n||{},t.fn.init.call(i),i.content=e,i.tagName=n.tagName||"div",i.model=n.model,i.bind([o,d,r],n)},render:function(t){var r,m,h=this;return h.element||(r=e("<"+h.tagName+" />"),m=e(document.getElementById(h.content)||h.content),r.append(m[0].tagName===i?m.html():m),h.element=r,n.bind(h.element,h.model),this.trigger(o)),t&&(this.trigger(d),e(t).append(h.element)),h.element},hide:function(){this.element.detach(),this.trigger(r)},destroy:function(){this.element&&(n.unbind(this.element),this.element.remove())}}),h=m.extend({init:function(e,n){m.fn.init.call(this,e,n),this.regions={}},showIn:function(e,n){var t=this.regions[e];t&&t.hide(),n.render(this.render().find(e),t),this.regions[e]=n}});n.Layout=h,n.View=m})(window.kendo.jQuery)});
+
+("function"==typeof define&&define.amd?define:function(e,n){return n()})(["./kendo.core.min","./kendo.binder.min"],function(){!function(e){var n=window.kendo,t=n.Observable,i="SCRIPT",r="init",o="show",d="hide",a=t.extend({init:function(e,n){var i=this;n=n||{},t.fn.init.call(i),i.content=e,i.tagName=n.tagName||"div",i.model=n.model,i._wrap=n.wrap!==!1,i.bind([r,o,d],n)},render:function(t){var i=this,d=!i.element;return d&&(i.element=i._createElement()),t&&e(t).append(i.element),d&&(n.bind(i.element,i.model),i.trigger(r)),t&&i.trigger(o),i.element},hide:function(){this.element.detach(),this.trigger(d)},destroy:function(){var e=this.element;e&&(n.unbind(e),n.destroy(e),e.remove())},_createElement:function(){var n,t,r=this;return t=e(document.getElementById(r.content)||r.content),n=e("<"+r.tagName+" />").append(t[0].tagName===i?t.html():t),r._wrap||(n=n.contents()),n}}),m=a.extend({init:function(e,n){a.fn.init.call(this,e,n),this.regions={}},showIn:function(e,n){var t=this.regions[e];t&&t.hide(),n.render(this.render().find(e),t),this.regions[e]=n}});n.Layout=m,n.View=a}(window.kendo.jQuery)});
\ No newline at end of file