mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
Added support for Bliss.$() method
This commit is contained in:
@@ -19,6 +19,8 @@ function test_overview() {
|
||||
"padding": 0
|
||||
});
|
||||
|
||||
// Bliss.$() method
|
||||
var my$$ = $.$;
|
||||
|
||||
var myArray = $$("div");
|
||||
/*The ._. sequence of characters that appears all too often when coding with Bliss is where Bliss gets its logo from. However, the property can be
|
||||
|
||||
2
blissfuljs/blissfuljs.d.ts
vendored
2
blissfuljs/blissfuljs.d.ts
vendored
@@ -240,6 +240,8 @@ declare module BlissNS {
|
||||
add(name: string, callback: Function): void;
|
||||
run(name: string, env: Object): void;
|
||||
};
|
||||
|
||||
$: BlissStaticCollection;
|
||||
}
|
||||
|
||||
interface BlissStaticCollection extends BlissStatic {
|
||||
|
||||
Reference in New Issue
Block a user