This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <snippet> | |
| <content><![CDATA[ | |
| require('${1:./}'); | |
| ${2:} | |
| ]]></content> | |
| <tabTrigger>req</tabTrigger> | |
| <description>requre</description> | |
| <scope>source.js</scope> | |
| </snippet> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              Show hidden characters
| [ | |
| { | |
| "keys": ["d", "f"], "command": "exit_insert_mode" | |
| }, | |
| { | |
| "keys": ["ctrl+l"], | |
| "command": "insert_snippet", | |
| "args": {"contents": "console.log(${1:this});"} | |
| } | |
| ] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | sed 's/img\//..\/img\//' *.css | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | _checkValue: function () { | |
| $('#txtPassword').on('input', function (event) { | |
| var val = $('#txtPassword').val(); | |
| var lastChar = val.charAt(val.length-1); | |
| var valueLen = $('#txtPassword').val().length | |
| // Введеный символ не число? Отрубаем последний символ и возвращаем предыдушее значение. | |
| if(isNaN(lastChar)) { | 
NewerOlder