[jslint] Enable js lint and fix the errors.
[platform/framework/web/tizen-extensions-crosswalk.git] / utils / utils_api.js
index b97c8b5..baac521 100644 (file)
@@ -45,6 +45,6 @@ Utils.prototype.validateObject = function(object, signature, attributes) {
   }
 
   return true;
-}
+};
 
 exports = new Utils();