Upgrade dictionary and snippets

* add new JavaScript snippets
* update dictionary
This commit is contained in:
Nick Nisi
2015-01-01 20:30:47 -06:00
parent d6818c27b4
commit ba0cd7c8ee
3 changed files with 15 additions and 0 deletions

View File

@@ -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});

View File

@@ -35,3 +35,10 @@ Firefox
IE7 IE7
WebDriver WebDriver
fallback fallback
Dojox
simultaneous
screencast
iOS
app
WebEx
polyfill