File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ ${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {
195
195
}
196
196
` ` `
197
197
198
- ### [iffe ] immediately-invoked function expression
198
+ ### [iife ] immediately-invoked function expression
199
199
200
200
` ` ` javascript
201
201
(function (window , document , undefined ) {
@@ -281,6 +281,8 @@ require('${1:module}');
281
281
282
282
## History
283
283
284
+ * [v0.1.5](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.5) August 15, 2013
285
+ * Added ` forEach` , ` forEachCall` , ` for in ` , ` iife` and ` use strict` snippets
284
286
* [v0.1.4](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.4) August 15, 2013
285
287
* Added ` createDocumentFragment` and ` removeChild` snippets
286
288
* Renamed ` appendChild` snippet filename
You can’t perform that action at this time.
0 commit comments