Restify: changed "import module" to "import require"

This commit is contained in:
gstamac
2013-08-23 14:01:06 +02:00
parent 7ab35b92ff
commit e377e15866

View File

@@ -1,6 +1,6 @@
/// <reference path="restify.d.ts" />
import restify = module("restify");
import restify = require("restify");
var server = restify.createServer({
formatters: {