renamed module from eqjs to eq due to unit tests failing error TS2300: Duplicate identifier 'eqjs'

This commit is contained in:
stephen.lautier
2015-06-24 01:45:21 +02:00
parent 78aab4f0cb
commit 48c7e15a9f
+2 -2
View File
@@ -3,14 +3,14 @@
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare var eqjs: eqjs.EqjsStatic;
declare var eqjs: eq.EqjsStatic;
// Support AMD require
declare module 'eqjs' {
export = eqjs;
}
declare module eqjs {
declare module eq {
type AvailableElementType = HTMLElement|HTMLElement[]|NodeList|JQuery;
interface EqjsStatic {