fixing build.js one error at a time 4

This commit is contained in:
Manuel Araoz 2014-08-14 11:14:16 -04:00
commit a731ebd013
2 changed files with 6 additions and 10 deletions

View file

@ -20,7 +20,7 @@ var log = function() {
}
// From the bundle
var copay = require('../copay');
var copay = require('copay');
var copayApp = window.copayApp = angular.module('copayApp', [
'ngRoute',