mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Lint errors
This commit is contained in:
@ -63,7 +63,6 @@ export class SettingsViewModel extends observable.Observable {
|
||||
|
||||
export var settingsViewModel = new SettingsViewModel();
|
||||
|
||||
|
||||
// Pure JavaScript code:
|
||||
//var observable = require("data/observable");
|
||||
//var localSettings = require("local-settings");
|
||||
|
@ -135,7 +135,6 @@ export function getComponentModule(elementName: string, namespace: string, attri
|
||||
return componentModule;
|
||||
}
|
||||
|
||||
|
||||
function attachEventBinding(instance: view.View, eventName: string, value:string) {
|
||||
// Get the event handler from instance.bindingContext.
|
||||
var propertyChangeHandler = (args: observable.PropertyChangeData) => {
|
||||
|
Reference in New Issue
Block a user