Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / file_manager / file_manager / foreground / js / commandbutton.js
index b6f2b91..6e5606e 100644 (file)
@@ -14,7 +14,7 @@
  * @constructor
  * @extends {HTMLDivElement}
  */
- var CommandButton = cr.ui.define('button');
+var CommandButton = cr.ui.define('button');
 
 /** @override */
 CommandButton.prototype.__proto__ = HTMLButtonElement.prototype;