9 lines
799 B
JavaScript
9 lines
799 B
JavaScript
/*!@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.ja=$.ig.locale.ja||{};$.ig.Popover=$.ig.Popover||{};$.ig.locale.ja.Popover={popoverOptionChangeNotSupported:"igPopover が初期化された後のこのオプションの変更はサポートされません:",popoverShowMethodWithoutTarget:"selectors オプションが使用される場合、show 関数の target パラメーターは必要です。"};$.ig.Popover.locale=$.ig.Popover.locale||$.ig.locale.ja.Popover;return $.ig.locale.ja.Popover}); |