Remove bad IDE imports

This commit is contained in:
Florian Dold 2016-01-05 01:15:42 +01:00
parent ca5c272859
commit c48f2d39f0
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,8 @@
You should have received a copy of the GNU General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
/// <reference path="../decl/urijs/URIjs.d.ts" />
/// <reference path="../decl/chrome/chrome.d.ts" />
'use strict';
/**
* See http://api.taler.net/wallet.html#general

View File

@ -16,8 +16,6 @@
/// <reference path="../decl/urijs/URIjs.d.ts" />
/// <reference path="../decl/chrome/chrome.d.ts" />
import URIStatic = uri.URIStatic;
import Request = chrome.devtools.network.Request;
'use strict';