Files
ChocolateyPackages/Sublime/Underscore.js Snippets/Underscore-uniq.sublime-snippet
2013-06-07 14:03:33 -04:00

9 lines
264 B
XML

<?xml version="1.0"?>
<!-- Underscore 1.4.2 -->
<snippet>
<content><![CDATA[_(${1:array}).uniq(${2:[isSorted]}${2:, [iterator]})]]></content>
<tabTrigger>_uniq</tabTrigger>
<scope>source.js</scope>
<description>Underscore _.uniq()</description>
</snippet>