mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
chore(eslint): bump package & apply eslint fix (#955)
This commit is contained in:
+2
-2
@@ -51,11 +51,11 @@ class AndroidManifest {
|
||||
}
|
||||
|
||||
getPackageId () {
|
||||
return this.doc.getroot().attrib['package'];
|
||||
return this.doc.getroot().attrib.package;
|
||||
}
|
||||
|
||||
setPackageId (pkgId) {
|
||||
this.doc.getroot().attrib['package'] = pkgId;
|
||||
this.doc.getroot().attrib.package = pkgId;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user