Fix path resolution

pull/21833/head
Kegan Dougal 2015-11-17 13:26:07 +00:00
parent 9f7a504a20
commit 257a65de14
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
'use strict';
var MatrixClientPeg = require("../MatrixClientPeg");
var MatrixClientPeg = require("../../MatrixClientPeg");
var React = require('react');
var url = require("url");