Moved the files to extension library
This commit is contained in:
@@ -4,7 +4,7 @@ var cl = global.botanLoader;
|
||||
var Dragonfly = global.Dragonfly;
|
||||
|
||||
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
|
||||
var ustr = cl.load( "notifysrv.utils.string" );
|
||||
var ustr = cl.load( "botansx.utils.string" );
|
||||
|
||||
class Notis
|
||||
{
|
||||
|
@@ -6,7 +6,8 @@ var Dragonfly = global.Dragonfly;
|
||||
var EventEmitter = require( "events" ).EventEmitter;
|
||||
|
||||
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
|
||||
var Rand = cl.load( "notifysrv.utils.random" );
|
||||
var Rand = cl.load( "botansx.utils.random" );
|
||||
|
||||
var Notis = cl.load( "notifyterm.Notis" );
|
||||
var Model = cl.load( "notifyterm.schema" );
|
||||
|
||||
|
@@ -4,7 +4,7 @@ var cl = global.botanLoader;
|
||||
var Dragonfly = global.Dragonfly;
|
||||
|
||||
var HttpRequest = cl.load( "botanss.net.HttpRequest" );
|
||||
var Base = cl.load( "notifysrv.postframe" );
|
||||
var Base = cl.load( "botanss.net.PostFrame" );
|
||||
|
||||
var WNSAuth = cl.load( "notifyterm.WNSAuth" );
|
||||
var Model = cl.load( "notifyterm.schema" );
|
||||
|
Reference in New Issue
Block a user