test-gapplication: Untabify, add modeline

This commit is contained in:
Jasper St. Pierre 2012-03-30 10:44:36 -04:00
parent c9fa0fdff0
commit 985db40547

View File

@ -1,4 +1,5 @@
#!/usr/bin/env gjs
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
const Gdk = imports.gi.Gdk;
const Gio = imports.gi.Gio;
@ -92,7 +93,6 @@ function main() {
app.connect_after('startup', function(app) {
app.set_app_menu(menu);
window = new Gtk.ApplicationWindow({ title: "Test Application", application: app });
});
app.connect('activate', function(app) {