UNPKG

onsenui

Version:

HTML5 Mobile Framework & UI Components

45 lines (29 loc) 1.47 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _internal = require('./internal'); var _internal2 = _interopRequireDefault(_internal); var _animatorFactory = require('./animator-factory'); var _animatorFactory2 = _interopRequireDefault(_animatorFactory); var _modifierUtil = require('./modifier-util'); var _modifierUtil2 = _interopRequireDefault(_modifierUtil); var _deviceBackButtonDispatcher = require('./device-back-button-dispatcher'); var _deviceBackButtonDispatcher2 = _interopRequireDefault(_deviceBackButtonDispatcher); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* Copyright 2013-2015 ASIAL CORPORATION Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ _internal2.default.AnimatorFactory = _animatorFactory2.default; _internal2.default.ModifierUtil = _modifierUtil2.default; _internal2.default.dbbDispatcher = _deviceBackButtonDispatcher2.default; exports.default = _internal2.default;