Skip to content

Commit

Permalink
Add var for Promise, see #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Aug 4, 2015
1 parent e927326 commit 51c55a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define(function (require, exports, module) {
var Strings = require("strings");
var ungitViewerTemplate = require("text!templates/ungit.html");
if (typeof Promise !== "function") {
Promise = require("src/Promise");
var Promise = require("src/Promise");
}

var BASE_URL = "http://localhost:8448/#/repository?path=";
Expand Down

0 comments on commit 51c55a0

Please sign in to comment.