UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

18 lines (13 loc) 494 B
'use strict'; const __meta__ = { id: "aspnetmvc.ready", name: "AspNetMvcReady", category: "wrappers", description: "ASP.NET MVC/Core script that ensures kendo scripts/modules are ready before widget initialization.", depends: [] }; window.kendo.SYNCREADY_EVENT = "kendo:aspnetmvc:syncready"; window.kendo.syncReady = window.kendo?.syncReady || function(cb) { window.addEventListener(window.kendo.SYNCREADY_EVENT, cb, { once: true }); }; exports.__meta__ = __meta__;