mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
engine now Engine, platform now Platform
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import * as util from 'ionic/util';
|
||||
import {engine} from '../engine';
|
||||
import {Engine} from '../engine';
|
||||
|
||||
|
||||
engine.register({
|
||||
Engine.register({
|
||||
name: 'electron',
|
||||
isMatch() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user