Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / supervised_user_list.js
index fe69256..dd86ead 100644 (file)
@@ -96,7 +96,10 @@ cr.define('options.supervisedUserOptions', function() {
   SupervisedUserList.prototype = {
     __proto__: List.prototype,
 
-    /** @override */
+    /**
+     * @override
+     * @param {Object} entry
+     */
     createItem: function(entry) {
       return new SupervisedUserListItem(entry);
     },