projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
140e1a8d9fb1fb34a5081ed8a5fc6dcff52026c4
[platform/framework/web/crosswalk-tizen.git]
/
1
"use strict";
2
3
var _tk = require('rocambole-token');
4
5
exports.format = function UpdateExpression(node) {
6
// XXX: should never have spaces or line breaks before/after "++" and "--"!
7
_tk.removeEmptyInBetween(node.startToken, node.endToken);
8
};