Skip to content

Commit

Permalink
Fixed Events, Bind, Utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
danandrei committed Jun 5, 2015
1 parent 1a44487 commit 764e890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions login.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Dependencies
var Bind = require("github/jillix/bind");
var Events = require("github/jillix/events");
var Utils = require ("github/jillix/utils");
var Bind = require("github/jxmono/bind");
var Events = require("github/jxmono/events");
var Utils = require ("github/jxmono/utils");

/**
* Login
Expand Down

0 comments on commit 764e890

Please sign in to comment.