Skip to content

Commit

Permalink
Updated a package templte
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jul 21, 2015
1 parent de07f55 commit 911a901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/templates/package/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
/**
* Main Window Constructor
*/
var ApplicationEXAMPLEWindow = function(app, metadata) {
function ApplicationEXAMPLEWindow(app, metadata) {
Window.apply(this, ['ApplicationEXAMPLEWindow', {
icon: metadata.icon,
title: metadata.name,
width: 400,
height: 200
}, app]);
};
}

ApplicationEXAMPLEWindow.prototype = Object.create(Window.prototype);

Expand Down

0 comments on commit 911a901

Please sign in to comment.