Merge pull request #8034 from osaton/blissfuljs-dollar-method

Add support for Bliss.$() method
This commit is contained in:
Horiuchi_H
2016-02-12 15:45:40 +09:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
View File
@@ -240,6 +240,8 @@ declare module BlissNS {
add(name: string, callback: Function): void;
run(name: string, env: Object): void;
};
$: BlissStaticCollection;
}
interface BlissStaticCollection extends BlissStatic {