Comparing version 0.2.0 to 0.2.1
@@ -67,3 +67,3 @@ var ometajs_ = require("ometajs"); | ||
var b; | ||
return this._skip() && (b = this._getIntermediate(), true) && this._exec([ "bool", n ]); | ||
return this._skip() && (b = this._getIntermediate(), true) && this._exec([ "bool", b ]); | ||
}; | ||
@@ -70,0 +70,0 @@ |
{ | ||
"name": "krasota", | ||
"description": "Syntactic transformations of JavaScript code, with taking care of whitespaces and comments.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "http://github.com/veged/krasota.js", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)", |
@@ -162,2 +162,4 @@ ## What is this? | ||
* https://github.com/fawek/codepainter | ||
* http://fixmyjs.com | ||
* https://github.com/millermedeiros/esformatter | ||
@@ -164,0 +166,0 @@ ## Links |
Sorry, the diff of this file is not supported yet
216149
170