Replace multiple 'module' keywords with 'require'

This commit is contained in:
Boris Yankov
2013-08-07 18:26:38 +03:00
parent 31e9191122
commit ea15619251
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path='zmq.d.ts' />
import zmq = module('zmq');
import zmq = require('zmq');
function test1() {
var sock = zmq.socket('push');