lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Prototype-(proto).sublime-snippet (247B)


      1 <snippet>
      2 	<content><![CDATA[${1:class_name}.prototype.${2:method_name} = function(${3:first_argument}) {
      3 	${0:// body...}
      4 };
      5 ]]></content>
      6 	<tabTrigger>proto</tabTrigger>
      7 	<scope>source.js</scope>
      8 	<description>Prototype</description>
      9 </snippet>