Upgrade dictionary and snippets
* add new JavaScript snippets * update dictionary
This commit is contained in:
@@ -30,6 +30,14 @@ snippet iife
|
|||||||
(function () {
|
(function () {
|
||||||
${1}
|
${1}
|
||||||
})();
|
})();
|
||||||
|
snippet interval
|
||||||
|
setInterval(function () {
|
||||||
|
${2}
|
||||||
|
}, ${1});
|
||||||
|
snippet timeout
|
||||||
|
setTimeout(function () {
|
||||||
|
${2}
|
||||||
|
}, ${1});
|
||||||
# log snippets
|
# log snippets
|
||||||
snippet log
|
snippet log
|
||||||
console.log(${1});
|
console.log(${1});
|
||||||
|
|||||||
@@ -35,3 +35,10 @@ Firefox
|
|||||||
IE7
|
IE7
|
||||||
WebDriver
|
WebDriver
|
||||||
fallback
|
fallback
|
||||||
|
Dojox
|
||||||
|
simultaneous
|
||||||
|
screencast
|
||||||
|
iOS
|
||||||
|
app
|
||||||
|
WebEx
|
||||||
|
polyfill
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user