Viewer to Server
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
/*!@license
|
||||
* Infragistics.Web.ClientUI Popover localization resources 19.1.20
|
||||
*
|
||||
* Copyright (c) 2011-2019 Infragistics Inc.
|
||||
*
|
||||
* http://www.infragistics.com/
|
||||
*
|
||||
*/
|
||||
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.bg=$.ig.locale.bg||{};$.ig.Popover=$.ig.Popover||{};$.ig.locale.bg.Popover={popoverOptionChangeNotSupported:"Промяната на следната опция след инициализация на igPopover не се поддържа:",popoverShowMethodWithoutTarget:"Целевият параметър на функцията show е задължителен, когато се използва опцията за селектори."};$.ig.Popover.locale=$.ig.Popover.locale||$.ig.locale.bg.Popover;return $.ig.locale.bg.Popover});
|
Reference in New Issue
Block a user